COLOR #E590CC

HEX: #E590CC
RGB: (229,144,204)

Color info

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

RGB color model

#E590CC color RGB value is (229,144,204).

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

RGB channels and saturation

R 229 of 255 = 90%
G 144 of 255 = 56%
B 204 of 255 = 80%

229
144
204

R + G + B ~ 75%. #E590CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 144 + 204 = 577 (100%)
R 229 of 577 ~ 39.69%
G 144 of 577 ~ 24.96%
B 204 of 577 ~ 35.36%

%39.69
%24.96
%35.36

CMYK color model

#E590CC color CMYK value is (0,37,11,10).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK:
(0,37,11,10)
C0M37Y11K10 
(0%,37%,11%,10%)
(0.00/0.37/0.11/0.10)	

CMYK percentages

%0
%37.12
%10.92
%10.2

Codes

Color #E590CC in popluar color models

E590CC
RGB229144204
HSL318°62.04%73.14%
HSB/HSV318°37.12%89.80%
CMYK0.00%37.12%10.92%
10.20%

Color #E590CC in popluar number systems.

HEXE590CC
Decimal229144204
Binary111001011001000011001100
Octal345220314

Shades and tints

Shades of #E590CC

#E590CC
(229,144,204)
#D183BA
(209,131,186)
#BD76A8
(189,118,168)
#A96996
(169,105,150)
#955C84
(149,92,132)
#814F72
(129,79,114)
#6D4260
(109,66,96)
#59354E
(89,53,78)
#45283C
(69,40,60)
#311B2A
(49,27,42)
#1D0E18
(29,14,24)
#000000
(0,0,0)

Tints of #E590CC

#E590CC
(229,144,204)
#E79AD0
(231,154,208)
#E9A4D4
(233,164,212)
#EBAED8
(235,174,216)
#EDB8DC
(237,184,220)
#EFC2E0
(239,194,224)
#F1CCE4
(241,204,228)
#F3D6E8
(243,214,232)
#F5E0EC
(245,224,236)
#F7EAF0
(247,234,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E590CC; }

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

This text font color is #E590CC.


Background Color

.myBgColor { background-color: #E590CC; }

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

This div background color is #E590CC.


Border color

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

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

This div border color is #E590CC.


Opacity

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

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

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

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

This text has shadow with #E590CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E590CC on black background.


Color preview on white background

This text has color #E590CC on white background.



Black color preview on #E590CC background

This text has black color on #E590CC background.


White color preview on #E590CC background

This text has white color on #E590CC background.