COLOR #EE8290

HEX: #EE8290
RGB: (238,130,144)

Color info

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

RGB color model

#EE8290 color RGB value is (238,130,144).

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

RGB channels and saturation

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

238
130
144

R + G + B ~ 67%. #EE8290 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 130 + 144 = 512 (100%)
R 238 of 512 ~ 46.48%
G 130 of 512 ~ 25.39%
B 144 of 512 ~ 28.13%

%46.48
%25.39
%28.13

CMYK color model

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

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

CMYK percentages

%0
%45.38
%39.5
%6.67

Codes

Color #EE8290 in popluar color models

EE8290
RGB238130144
HSL352°76.06%72.16%
HSB/HSV352°45.38%93.33%
CMYK0.00%45.38%39.50%
6.67%

Color #EE8290 in popluar number systems.

HEXEE8290
Decimal238130144
Binary111011101000001010010000
Octal356202220

Shades and tints

Shades of #EE8290

#EE8290
(238,130,144)
#D97783
(217,119,131)
#C46C76
(196,108,118)
#AF6169
(175,97,105)
#9A565C
(154,86,92)
#854B4F
(133,75,79)
#704042
(112,64,66)
#5B3535
(91,53,53)
#462A28
(70,42,40)
#311F1B
(49,31,27)
#1C140E
(28,20,14)
#000000
(0,0,0)

Tints of #EE8290

#EE8290
(238,130,144)
#EF8D9A
(239,141,154)
#F098A4
(240,152,164)
#F1A3AE
(241,163,174)
#F2AEB8
(242,174,184)
#F3B9C2
(243,185,194)
#F4C4CC
(244,196,204)
#F5CFD6
(245,207,214)
#F6DAE0
(246,218,224)
#F7E5EA
(247,229,234)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8290; }

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

This text font color is #EE8290.


Background Color

.myBgColor { background-color: #EE8290; }

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

This div background color is #EE8290.


Border color

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

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

This div border color is #EE8290.


Opacity

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

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

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

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

This text has shadow with #EE8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8290 on black background.


Color preview on white background

This text has color #EE8290 on white background.



Black color preview on #EE8290 background

This text has black color on #EE8290 background.


White color preview on #EE8290 background

This text has white color on #EE8290 background.