COLOR #E597CF

HEX: #E597CF RGB: (229,151,207)

Color info

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

RGB color model

#E597CF color RGB value is (229,151,207).

RGB: (229,151,207) (90%, 59%, 81%)

RGB channels and saturation

R 229 of 255 = 90%
G 151 of 255 = 59%
B 207 of 255 = 81%

229
151
207

R + G + B ~ 77%. #E597CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 151 + 207 = 587 (100%)
R 229 of 587 ~ 39.01%
G 151 of 587 ~ 25.72%
B 207 of 587 ~ 35.26'%

%39.01
%25.72
%35.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.06%
  • yellow value is 9.61%
  • key color value is 10.20%

CMYK: (0,34,10,10)
C0M34Y10K10 (0%, 34%, 10%, 10%)
(0.00 / 0.34 / 0.10 / 0.10)

CMYK percentages

%0
%34.06
%9.61
%10.2

Codes

Color #E597CF in popluar color models

E5 97 CF
RGB 229 151 207
HSL 317° 60.00% 74.51%
HSB/HSV 317° 34.06% 89.80%
CMYK 0.00% 34.06% 9.61%
10.20%

Color #E597CF in popluar number systems.

HEX E5 97 CF
Decimal 229 151 207
Binary 11100101 10010111 11001111
Octal 345 227 317

Shades and tints

Shades of #E597CF

#E597CF
(229,151,207)
#D18ABD
(209,138,189)
#BD7DAB
(189,125,171)
#A97099
(169,112,153)
#956387
(149,99,135)
#815675
(129,86,117)
#6D4963
(109,73,99)
#593C51
(89,60,81)
#452F3F
(69,47,63)
#31222D
(49,34,45)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #E597CF

#E597CF
(229,151,207)
#E7A0D3
(231,160,211)
#E9A9D7
(233,169,215)
#EBB2DB
(235,178,219)
#EDBBDF
(237,187,223)
#EFC4E3
(239,196,227)
#F1CDE7
(241,205,231)
#F3D6EB
(243,214,235)
#F5DFEF
(245,223,239)
#F7E8F3
(247,232,243)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E597CF; }

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

This text font color is #E597CF.

Background Color

.myBgColor { background-color: #E597CF; }

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

This div background color is #E597CF.

Border color

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

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

This div border color is #E597CF.

Opacity

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

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

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

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

This text has shadow with #E597CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E597CF.

Preview

Color preview on black background

This text has color #E597CF on black background.


Color preview on white background

This text has color #E597CF on white background.


Black color preview on #E597CF background

This text has black color on #E597CF background.


White color preview on #E597CF background

This text has white color on #E597CF background.


Related colors

Complementary color

Complementary color for #hex is #1A6830.


I love getcolorcode.com

Triadic colors

1 #CFE597 and #97CFE5 with #E597CF are triadic colors.

2 #CF97E5 and #97E5CF with #E597CF are triadic colors.