COLOR #E596DF

HEX: #E596DF
RGB: (229,150,223)

Color info

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

RGB color model

#E596DF color RGB value is (229,150,223).

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

RGB channels and saturation

R 229 of 255 = 90%
G 150 of 255 = 59%
B 223 of 255 = 87%

229
150
223

R + G + B ~ 79%. #E596DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 150 + 223 = 602 (100%)
R 229 of 602 ~ 38.04%
G 150 of 602 ~ 24.92%
B 223 of 602 ~ 37.04%

%38.04
%24.92
%37.04

CMYK color model

#E596DF color CMYK value is (0,34,3,10).

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK:
(0,34,3,10)
C0M34Y3K10 
(0%,34%,3%,10%)
(0.00/0.34/0.03/0.10)	

CMYK percentages

%0
%34.5
%2.62
%10.2

Codes

Color #E596DF in popluar color models

E596DF
RGB229150223
HSL305°60.31%74.31%
HSB/HSV305°34.50%89.80%
CMYK0.00%34.50%2.62%
10.20%

Color #E596DF in popluar number systems.

HEXE596DF
Decimal229150223
Binary111001011001011011011111
Octal345226337

Shades and tints

Shades of #E596DF

#E596DF
(229,150,223)
#D189CB
(209,137,203)
#BD7CB7
(189,124,183)
#A96FA3
(169,111,163)
#95628F
(149,98,143)
#81557B
(129,85,123)
#6D4867
(109,72,103)
#593B53
(89,59,83)
#452E3F
(69,46,63)
#31212B
(49,33,43)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #E596DF

#E596DF
(229,150,223)
#E79FE1
(231,159,225)
#E9A8E3
(233,168,227)
#EBB1E5
(235,177,229)
#EDBAE7
(237,186,231)
#EFC3E9
(239,195,233)
#F1CCEB
(241,204,235)
#F3D5ED
(243,213,237)
#F5DEEF
(245,222,239)
#F7E7F1
(247,231,241)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E596DF; }

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

This text font color is #E596DF.


Background Color

.myBgColor { background-color: #E596DF; }

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

This div background color is #E596DF.


Border color

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

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

This div border color is #E596DF.


Opacity

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

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

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

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

This text has shadow with #E596DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E596DF on black background.


Color preview on white background

This text has color #E596DF on white background.



Black color preview on #E596DF background

This text has black color on #E596DF background.


White color preview on #E596DF background

This text has white color on #E596DF background.