COLOR #E59FCC

HEX: #E59FCC
RGB: (229,159,204)

Color info

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

RGB color model

#E59FCC color RGB value is (229,159,204).

  • red value is 229;
  • green value is 159;
  • blue value is 204.
RGB:
(229,159,204)
(90%,62%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 159 of 255 = 62%
B 204 of 255 = 80%

229
159
204

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

Portions of RGB colors in percentages

R + G + B =
229 + 159 + 204 = 592 (100%)
R 229 of 592 ~ 38.68%
G 159 of 592 ~ 26.86%
B 204 of 592 ~ 34.46%

%38.68
%26.86
%34.46

CMYK color model

#E59FCC color CMYK value is (0,31,11,10).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK:
(0,31,11,10)
C0M31Y11K10 
(0%,31%,11%,10%)
(0.00/0.31/0.11/0.10)	

CMYK percentages

%0
%30.57
%10.92
%10.2

Codes

Color #E59FCC in popluar color models

E59FCC
RGB229159204
HSL321°57.38%76.08%
HSB/HSV321°30.57%89.80%
CMYK0.00%30.57%10.92%
10.20%

Color #E59FCC in popluar number systems.

HEXE59FCC
Decimal229159204
Binary111001011001111111001100
Octal345237314

Shades and tints

Shades of #E59FCC

#E59FCC
(229,159,204)
#D191BA
(209,145,186)
#BD83A8
(189,131,168)
#A97596
(169,117,150)
#956784
(149,103,132)
#815972
(129,89,114)
#6D4B60
(109,75,96)
#593D4E
(89,61,78)
#452F3C
(69,47,60)
#31212A
(49,33,42)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #E59FCC

#E59FCC
(229,159,204)
#E7A7D0
(231,167,208)
#E9AFD4
(233,175,212)
#EBB7D8
(235,183,216)
#EDBFDC
(237,191,220)
#EFC7E0
(239,199,224)
#F1CFE4
(241,207,228)
#F3D7E8
(243,215,232)
#F5DFEC
(245,223,236)
#F7E7F0
(247,231,240)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59FCC color. Also use rgb(229,159,204) instead hex code.

Text Font Color

.myTextColor { color: #E59FCC; }

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

This text font color is #E59FCC.


Background Color

.myBgColor { background-color: #E59FCC; }

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

This div background color is #E59FCC.


Border color

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

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

This div border color is #E59FCC.


Opacity

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

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

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

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

This text has shadow with #E59FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59FCC on black background.


Color preview on white background

This text has color #E59FCC on white background.



Black color preview on #E59FCC background

This text has black color on #E59FCC background.


White color preview on #E59FCC background

This text has white color on #E59FCC background.