COLOR #E290E0

HEX: #E290E0
RGB: (226,144,224)

Color info

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

RGB color model

#E290E0 color RGB value is (226,144,224).

  • red value is 226;
  • green value is 144;
  • blue value is 224.
RGB:
(226,144,224)
(89%,56%,88%)

RGB channels and saturation

R 226 of 255 = 89%
G 144 of 255 = 56%
B 224 of 255 = 88%

226
144
224

R + G + B ~ 78%. #E290E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 144 + 224 = 594 (100%)
R 226 of 594 ~ 38.05%
G 144 of 594 ~ 24.24%
B 224 of 594 ~ 37.71%

%38.05
%24.24
%37.71

CMYK color model

#E290E0 color CMYK value is (0,36,1,11).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 0.88%
  • key color value is 11.37%
CMYK:
(0,36,1,11)
C0M36Y1K11 
(0%,36%,1%,11%)
(0.00/0.36/0.01/0.11)	

CMYK percentages

%0
%36.28
%0.88
%11.37

Codes

Color #E290E0 in popluar color models

E290E0
RGB226144224
HSL301°58.57%72.55%
HSB/HSV301°36.28%88.63%
CMYK0.00%36.28%0.88%
11.37%

Color #E290E0 in popluar number systems.

HEXE290E0
Decimal226144224
Binary111000101001000011100000
Octal342220340

Shades and tints

Shades of #E290E0

#E290E0
(226,144,224)
#CE83CC
(206,131,204)
#BA76B8
(186,118,184)
#A669A4
(166,105,164)
#925C90
(146,92,144)
#7E4F7C
(126,79,124)
#6A4268
(106,66,104)
#563554
(86,53,84)
#422840
(66,40,64)
#2E1B2C
(46,27,44)
#1A0E18
(26,14,24)
#000000
(0,0,0)

Tints of #E290E0

#E290E0
(226,144,224)
#E49AE2
(228,154,226)
#E6A4E4
(230,164,228)
#E8AEE6
(232,174,230)
#EAB8E8
(234,184,232)
#ECC2EA
(236,194,234)
#EECCEC
(238,204,236)
#F0D6EE
(240,214,238)
#F2E0F0
(242,224,240)
#F4EAF2
(244,234,242)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E290E0 color. Also use rgb(226,144,224) instead hex code.

Text Font Color

.myTextColor { color: #E290E0; }

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

This text font color is #E290E0.


Background Color

.myBgColor { background-color: #E290E0; }

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

This div background color is #E290E0.


Border color

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

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

This div border color is #E290E0.


Opacity

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

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

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

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

This text has shadow with #E290E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E290E0 on black background.


Color preview on white background

This text has color #E290E0 on white background.



Black color preview on #E290E0 background

This text has black color on #E290E0 background.


White color preview on #E290E0 background

This text has white color on #E290E0 background.