COLOR #E596D7

HEX: #E596D7
RGB: (229,150,215)

Color info

#E596D7 contains mainly red and blue colors. Web safe color of #E596D7 is #CC99CC (or #C9C).

RGB color model

#E596D7 color RGB value is (229,150,215).

  • red value is 229;
  • green value is 150;
  • blue value is 215.
RGB:
(229,150,215)
(90%,59%,84%)

RGB channels and saturation

R 229 of 255 = 90%
G 150 of 255 = 59%
B 215 of 255 = 84%

229
150
215

R + G + B ~ 78%. #E596D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 150 + 215 = 594 (100%)
R 229 of 594 ~ 38.55%
G 150 of 594 ~ 25.25%
B 215 of 594 ~ 36.2%

%38.55
%25.25
%36.2

CMYK color model

#E596D7 color CMYK value is (0,34,6,10).

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK:
(0,34,6,10)
C0M34Y6K10 
(0%,34%,6%,10%)
(0.00/0.34/0.06/0.10)	

CMYK percentages

%0
%34.5
%6.11
%10.2

Codes

Color #E596D7 in popluar color models

E596D7
RGB229150215
HSL311°60.31%74.31%
HSB/HSV311°34.50%89.80%
CMYK0.00%34.50%6.11%
10.20%

Color #E596D7 in popluar number systems.

HEXE596D7
Decimal229150215
Binary111001011001011011010111
Octal345226327

Shades and tints

Shades of #E596D7

#E596D7
(229,150,215)
#D189C4
(209,137,196)
#BD7CB1
(189,124,177)
#A96F9E
(169,111,158)
#95628B
(149,98,139)
#815578
(129,85,120)
#6D4865
(109,72,101)
#593B52
(89,59,82)
#452E3F
(69,46,63)
#31212C
(49,33,44)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #E596D7

#E596D7
(229,150,215)
#E79FDA
(231,159,218)
#E9A8DD
(233,168,221)
#EBB1E0
(235,177,224)
#EDBAE3
(237,186,227)
#EFC3E6
(239,195,230)
#F1CCE9
(241,204,233)
#F3D5EC
(243,213,236)
#F5DEEF
(245,222,239)
#F7E7F2
(247,231,242)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E596D7 color. Also use rgb(229,150,215) instead hex code.

Text Font Color

.myTextColor { color: #E596D7; }

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

This text font color is #E596D7.


Background Color

.myBgColor { background-color: #E596D7; }

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

This div background color is #E596D7.


Border color

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

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

This div border color is #E596D7.


Opacity

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

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

Text with #E596D7 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 #E596D7;}

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

This text has shadow with #E596D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E596D7 on black background.


Color preview on white background

This text has color #E596D7 on white background.



Black color preview on #E596D7 background

This text has black color on #E596D7 background.


White color preview on #E596D7 background

This text has white color on #E596D7 background.