COLOR #E290AE

HEX: #E290AE
RGB: (226,144,174)

Color info

#E290AE contains mainly red and blue colors. Web safe color of #E290AE is #CC9999 (or #C99).

RGB color model

#E290AE color RGB value is (226,144,174).

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

RGB channels and saturation

R 226 of 255 = 89%
G 144 of 255 = 56%
B 174 of 255 = 68%

226
144
174

R + G + B ~ 71%. #E290AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 144 + 174 = 544 (100%)
R 226 of 544 ~ 41.54%
G 144 of 544 ~ 26.47%
B 174 of 544 ~ 31.99%

%41.54
%26.47
%31.99

CMYK color model

#E290AE color CMYK value is (0,36,23,11).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 23.01%
  • key color value is 11.37%
CMYK:
(0,36,23,11)
C0M36Y23K11 
(0%,36%,23%,11%)
(0.00/0.36/0.23/0.11)	

CMYK percentages

%0
%36.28
%23.01
%11.37

Codes

Color #E290AE in popluar color models

E290AE
RGB226144174
HSL338°58.57%72.55%
HSB/HSV338°36.28%88.63%
CMYK0.00%36.28%23.01%
11.37%

Color #E290AE in popluar number systems.

HEXE290AE
Decimal226144174
Binary111000101001000010101110
Octal342220256

Shades and tints

Shades of #E290AE

#E290AE
(226,144,174)
#CE839F
(206,131,159)
#BA7690
(186,118,144)
#A66981
(166,105,129)
#925C72
(146,92,114)
#7E4F63
(126,79,99)
#6A4254
(106,66,84)
#563545
(86,53,69)
#422836
(66,40,54)
#2E1B27
(46,27,39)
#1A0E18
(26,14,24)
#000000
(0,0,0)

Tints of #E290AE

#E290AE
(226,144,174)
#E49AB5
(228,154,181)
#E6A4BC
(230,164,188)
#E8AEC3
(232,174,195)
#EAB8CA
(234,184,202)
#ECC2D1
(236,194,209)
#EECCD8
(238,204,216)
#F0D6DF
(240,214,223)
#F2E0E6
(242,224,230)
#F4EAED
(244,234,237)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E290AE; }

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

This text font color is #E290AE.


Background Color

.myBgColor { background-color: #E290AE; }

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

This div background color is #E290AE.


Border color

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

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

This div border color is #E290AE.


Opacity

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

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

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

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

This text has shadow with #E290AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E290AE on black background.


Color preview on white background

This text has color #E290AE on white background.



Black color preview on #E290AE background

This text has black color on #E290AE background.


White color preview on #E290AE background

This text has white color on #E290AE background.