COLOR #E590EC

HEX: #E590EC
RGB: (229,144,236)

Color info

#E590EC contains mainly red and blue colors. Web safe color of #E590EC is #CC99FF (or #C9F).

RGB color model

#E590EC color RGB value is (229,144,236).

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

RGB channels and saturation

R 229 of 255 = 90%
G 144 of 255 = 56%
B 236 of 255 = 93%

229
144
236

R + G + B ~ 80%. #E590EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 144 + 236 = 609 (100%)
R 229 of 609 ~ 37.6%
G 144 of 609 ~ 23.65%
B 236 of 609 ~ 38.75%

%37.6
%23.65
%38.75

CMYK color model

#E590EC color CMYK value is (3,39,0,7).

  • cyan value is 2.97%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,39,0,7)
C3M39Y0K7 
(3%,39%,0%,7%)
(0.03/0.39/0.00/0.07)	

CMYK percentages

%2.97
%38.98
%0
%7.45

Codes

Color #E590EC in popluar color models

E590EC
RGB229144236
HSL295°70.77%74.51%
HSB/HSV295°38.98%92.55%
CMYK2.97%38.98%0.00%
7.45%

Color #E590EC in popluar number systems.

HEXE590EC
Decimal229144236
Binary111001011001000011101100
Octal345220354

Shades and tints

Shades of #E590EC

#E590EC
(229,144,236)
#D183D7
(209,131,215)
#BD76C2
(189,118,194)
#A969AD
(169,105,173)
#955C98
(149,92,152)
#814F83
(129,79,131)
#6D426E
(109,66,110)
#593559
(89,53,89)
#452844
(69,40,68)
#311B2F
(49,27,47)
#1D0E1A
(29,14,26)
#000000
(0,0,0)

Tints of #E590EC

#E590EC
(229,144,236)
#E79AED
(231,154,237)
#E9A4EE
(233,164,238)
#EBAEEF
(235,174,239)
#EDB8F0
(237,184,240)
#EFC2F1
(239,194,241)
#F1CCF2
(241,204,242)
#F3D6F3
(243,214,243)
#F5E0F4
(245,224,244)
#F7EAF5
(247,234,245)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E590EC; }

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

This text font color is #E590EC.


Background Color

.myBgColor { background-color: #E590EC; }

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

This div background color is #E590EC.


Border color

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

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

This div border color is #E590EC.


Opacity

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

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

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

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

This text has shadow with #E590EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E590EC on black background.


Color preview on white background

This text has color #E590EC on white background.



Black color preview on #E590EC background

This text has black color on #E590EC background.


White color preview on #E590EC background

This text has white color on #E590EC background.