COLOR #E595BE

HEX: #E595BE
RGB: (229,149,190)

Renk bilgisi

#E595BE contains mainly red and blue colors. #E595BE ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E595BE color RGB value is (229,149,190).

  • kırmız ton 229;
  • yeşil ton 149;
  • mavi ton 190.
RGB:
(229,149,190)
(90%,58%,75%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 149 of 255 = 58%
B 190 of 255 = 75%

229
149
190

R + G + B ~ 74%. #E595BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 149 + 190 = 568 (100%)
R 229 of 568 ~ 40.32%
G 149 of 568 ~ 26.23%
B 190 of 568 ~ 33.45%

%40.32
%26.23
%33.45

CMYK RENK MODELİ

#E595BE rengi CMYK tonu (0,35,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.93%
  • sarı tonu 17.03%
  • ana renk tonu 10.20%
CMYK:
(0,35,17,10)
C0M35Y17K10 
(0%,35%,17%,10%)
(0.00/0.35/0.17/0.10)	

CMYK yüzdeleri

%0
%34.93
%17.03
%10.2

Codes

Color #E595BE in popluar color models

E595BE
RGB229149190
HSL329°60.61%74.12%
HSB/HSV329°34.93%89.80%
CMYK0.00%34.93%17.03%
10.20%

Color #E595BE in popluar number systems.

HEXE595BE
Decimal229149190
Binary111001011001010110111110
Octal345225276

Shades and tints

Shades of #E595BE

#E595BE
(229,149,190)
#D188AD
(209,136,173)
#BD7B9C
(189,123,156)
#A96E8B
(169,110,139)
#95617A
(149,97,122)
#815469
(129,84,105)
#6D4758
(109,71,88)
#593A47
(89,58,71)
#452D36
(69,45,54)
#312025
(49,32,37)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #E595BE

#E595BE
(229,149,190)
#E79EC3
(231,158,195)
#E9A7C8
(233,167,200)
#EBB0CD
(235,176,205)
#EDB9D2
(237,185,210)
#EFC2D7
(239,194,215)
#F1CBDC
(241,203,220)
#F3D4E1
(243,212,225)
#F5DDE6
(245,221,230)
#F7E6EB
(247,230,235)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E595BE color. Also use rgb(229,149,190) instead hex code.

Text Font Color

.myTextColor { color: #E595BE; }

<p style="color:#E595BE">This sample text font color is #E595BE.</p>

This text font color is #E595BE.


Background Color

.myBgColor { background-color: #E595BE; }

<div style="background-color:#E595BE">Inner text</div>

This div background color is #E595BE.


Border color

.myBorderColor { border: 1px solid #E595BE; }

<div style="border:3px solid #E595BE">Div</div>

This div border color is #E595BE.


Opacity

.myOpacity80 { color: #E595BE; opacity: 0.8; }

<p style="color:#E595BE;opacity:0.8;">80%</p>

Text with #E595BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E595BE;}

<p style="text-shadow: 3px 3px 1px #E595BE">Text here.</p>

This text has shadow with #E595BE color.

.textShadow {text-shadow: 3px 3px 1px #E595BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E595BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #E595BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E595BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E595BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #E595BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E595BE;
  -webkit-box-shadow:	1px 1px 3px 2px #E595BE;
  box-shadow:		1px 1px 3px 2px #E595BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E595BE;
-webkit-box-shadow: 1px 1px 3px 2px #E595BE;
box-shadow:1px 1px 3px 2px #E595BE;">
Div content here</div>
This div box has shadow with color #E595BE.

Preview

Color preview on black background

This text has color #E595BE on black background.


Color preview on white background

This text has color #E595BE on white background.



Black color preview on #E595BE background

This text has black color on #E595BE background.


White color preview on #E595BE background

This text has white color on #E595BE background.