COLOR #E597DD

HEX: #E597DD
RGB: (229,151,221)

Color info

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

RGB color model

#E597DD color RGB value is (229,151,221).

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

RGB channels and saturation

R 229 of 255 = 90%
G 151 of 255 = 59%
B 221 of 255 = 87%

229
151
221

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

Portions of RGB colors in percentages

R + G + B =
229 + 151 + 221 = 601 (100%)
R 229 of 601 ~ 38.1%
G 151 of 601 ~ 25.12%
B 221 of 601 ~ 36.77%

%38.1
%25.12
%36.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.06%
  • yellow value is 3.49%
  • 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.06
%3.49
%10.2

Codes

Color #E597DD in popluar color models

E597DD
RGB229151221
HSL306°60.00%74.51%
HSB/HSV306°34.06%89.80%
CMYK0.00%34.06%3.49%
10.20%

Color #E597DD in popluar number systems.

HEXE597DD
Decimal229151221
Binary111001011001011111011101
Octal345227335

Shades and tints

Shades of #E597DD

#E597DD
(229,151,221)
#D18AC9
(209,138,201)
#BD7DB5
(189,125,181)
#A970A1
(169,112,161)
#95638D
(149,99,141)
#815679
(129,86,121)
#6D4965
(109,73,101)
#593C51
(89,60,81)
#452F3D
(69,47,61)
#312229
(49,34,41)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #E597DD

#E597DD
(229,151,221)
#E7A0E0
(231,160,224)
#E9A9E3
(233,169,227)
#EBB2E6
(235,178,230)
#EDBBE9
(237,187,233)
#EFC4EC
(239,196,236)
#F1CDEF
(241,205,239)
#F3D6F2
(243,214,242)
#F5DFF5
(245,223,245)
#F7E8F8
(247,232,248)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E597DD color. Also use rgb(229,151,221) instead hex code.

Text Font Color

.myTextColor { color: #E597DD; }

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

This text font color is #E597DD.


Background Color

.myBgColor { background-color: #E597DD; }

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

This div background color is #E597DD.


Border color

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

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

This div border color is #E597DD.


Opacity

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

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

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

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

This text has shadow with #E597DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E597DD on black background.


Color preview on white background

This text has color #E597DD on white background.



Black color preview on #E597DD background

This text has black color on #E597DD background.


White color preview on #E597DD background

This text has white color on #E597DD background.