COLOR #EE9090

HEX: #EE9090
RGB: (238,144,144)

Color info

#EE9090 contains mainly red color. Web safe color of #EE9090 is #FF9999 (or #F99).

RGB color model

#EE9090 color RGB value is (238,144,144).

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

RGB channels and saturation

R 238 of 255 = 93%
G 144 of 255 = 56%
B 144 of 255 = 56%

238
144
144

R + G + B ~ 68%. #EE9090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 144 + 144 = 526 (100%)
R 238 of 526 ~ 45.25%
G 144 of 526 ~ 27.38%
B 144 of 526 ~ 27.38%

%45.25
%27.38
%27.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 39.50%
  • key color value is 6.67%
CMYK:
(0,39,39,7)
C0M39Y39K7 
(0%,39%,39%,7%)
(0.00/0.39/0.39/0.07)	

CMYK percentages

%0
%39.5
%39.5
%6.67

Codes

Color #EE9090 in popluar color models

EE9090
RGB238144144
HSL73.44%74.90%
HSB/HSV39.50%93.33%
CMYK0.00%39.50%39.50%
6.67%

Color #EE9090 in popluar number systems.

HEXEE9090
Decimal238144144
Binary111011101001000010010000
Octal356220220

Shades and tints

Shades of #EE9090

#EE9090
(238,144,144)
#D98383
(217,131,131)
#C47676
(196,118,118)
#AF6969
(175,105,105)
#9A5C5C
(154,92,92)
#854F4F
(133,79,79)
#704242
(112,66,66)
#5B3535
(91,53,53)
#462828
(70,40,40)
#311B1B
(49,27,27)
#1C0E0E
(28,14,14)
#000000
(0,0,0)

Tints of #EE9090

#EE9090
(238,144,144)
#EF9A9A
(239,154,154)
#F0A4A4
(240,164,164)
#F1AEAE
(241,174,174)
#F2B8B8
(242,184,184)
#F3C2C2
(243,194,194)
#F4CCCC
(244,204,204)
#F5D6D6
(245,214,214)
#F6E0E0
(246,224,224)
#F7EAEA
(247,234,234)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE9090; }

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

This text font color is #EE9090.


Background Color

.myBgColor { background-color: #EE9090; }

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

This div background color is #EE9090.


Border color

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

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

This div border color is #EE9090.


Opacity

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

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

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

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

This text has shadow with #EE9090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9090 on black background.


Color preview on white background

This text has color #EE9090 on white background.



Black color preview on #EE9090 background

This text has black color on #EE9090 background.


White color preview on #EE9090 background

This text has white color on #EE9090 background.