COLOR #E0909E

HEX: #E0909E RGB: (224,144,158)

Color info

#E0909E contains mainly red color. Web safe color of #E0909E is #CC9999 (or #C99).

RGB color model

#E0909E color RGB value is (224,144,158).

RGB: (224,144,158) (88%, 56%, 62%)

RGB channels and saturation

R 224 of 255 = 88%
G 144 of 255 = 56%
B 158 of 255 = 62%

224
144
158

R + G + B ~ 69%. #E0909E is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 144 + 158 = 526 (100%)
R 224 of 526 ~ 42.59%
G 144 of 526 ~ 27.38%
B 158 of 526 ~ 30.04'%

%42.59
%27.38
%30.04

CMYK color model

#E0909E color CMYK value is (0,36,29,12).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 29.46%
  • key color value is 12.16%

CMYK: (0,36,29,12)
C0M36Y29K12 (0%, 36%, 29%, 12%)
(0.00 / 0.36 / 0.29 / 0.12)

CMYK percentages

%0
%35.71
%29.46
%12.16

Codes

Color #E0909E in popluar color models

E0 90 9E
RGB 224 144 158
HSL 350° 56.34% 72.16%
HSB/HSV 350° 35.71% 87.84%
CMYK 0.00% 35.71% 29.46%
12.16%

Color #E0909E in popluar number systems.

HEX E0 90 9E
Decimal 224 144 158
Binary 11100000 10010000 10011110
Octal 340 220 236

Shades and tints

Shades of #E0909E

#E0909E
(224,144,158)
#CC8390
(204,131,144)
#B87682
(184,118,130)
#A46974
(164,105,116)
#905C66
(144,92,102)
#7C4F58
(124,79,88)
#68424A
(104,66,74)
#54353C
(84,53,60)
#40282E
(64,40,46)
#2C1B20
(44,27,32)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #E0909E

#E0909E
(224,144,158)
#E29AA6
(226,154,166)
#E4A4AE
(228,164,174)
#E6AEB6
(230,174,182)
#E8B8BE
(232,184,190)
#EAC2C6
(234,194,198)
#ECCCCE
(236,204,206)
#EED6D6
(238,214,214)
#F0E0DE
(240,224,222)
#F2EAE6
(242,234,230)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0909E; }

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

This text font color is #E0909E.

Background Color

.myBgColor { background-color: #E0909E; }

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

This div background color is #E0909E.

Border color

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

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

This div border color is #E0909E.

Opacity

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

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

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

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

This text has shadow with #E0909E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0909E.

Preview

Color preview on black background

This text has color #E0909E on black background.


Color preview on white background

This text has color #E0909E on white background.


Black color preview on #E0909E background

This text has black color on #E0909E background.


White color preview on #E0909E background

This text has white color on #E0909E background.


Related colors

Complementary color

Complementary color for #hex is #1F6F61.


I love getcolorcode.com

Triadic colors

1 #9EE090 and #909EE0 with #E0909E are triadic colors.

2 #9E90E0 and #90E09E with #E0909E are triadic colors.