COLOR #EE92A2

HEX: #EE92A2
RGB: (238,146,162)

Color info

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

RGB color model

#EE92A2 color RGB value is (238,146,162).

  • red value is 238;
  • green value is 146;
  • blue value is 162.
RGB:
(238,146,162)
(93%,57%,64%)

RGB channels and saturation

R 238 of 255 = 93%
G 146 of 255 = 57%
B 162 of 255 = 64%

238
146
162

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

Portions of RGB colors in percentages

R + G + B =
238 + 146 + 162 = 546 (100%)
R 238 of 546 ~ 43.59%
G 146 of 546 ~ 26.74%
B 162 of 546 ~ 29.67%

%43.59
%26.74
%29.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 31.93%
  • key color value is 6.67%
CMYK:
(0,39,32,7)
C0M39Y32K7 
(0%,39%,32%,7%)
(0.00/0.39/0.32/0.07)	

CMYK percentages

%0
%38.66
%31.93
%6.67

Codes

Color #EE92A2 in popluar color models

EE92A2
RGB238146162
HSL350°73.02%75.29%
HSB/HSV350°38.66%93.33%
CMYK0.00%38.66%31.93%
6.67%

Color #EE92A2 in popluar number systems.

HEXEE92A2
Decimal238146162
Binary111011101001001010100010
Octal356222242

Shades and tints

Shades of #EE92A2

#EE92A2
(238,146,162)
#D98594
(217,133,148)
#C47886
(196,120,134)
#AF6B78
(175,107,120)
#9A5E6A
(154,94,106)
#85515C
(133,81,92)
#70444E
(112,68,78)
#5B3740
(91,55,64)
#462A32
(70,42,50)
#311D24
(49,29,36)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #EE92A2

#EE92A2
(238,146,162)
#EF9BAA
(239,155,170)
#F0A4B2
(240,164,178)
#F1ADBA
(241,173,186)
#F2B6C2
(242,182,194)
#F3BFCA
(243,191,202)
#F4C8D2
(244,200,210)
#F5D1DA
(245,209,218)
#F6DAE2
(246,218,226)
#F7E3EA
(247,227,234)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE92A2; }

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

This text font color is #EE92A2.


Background Color

.myBgColor { background-color: #EE92A2; }

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

This div background color is #EE92A2.


Border color

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

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

This div border color is #EE92A2.


Opacity

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

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

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

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

This text has shadow with #EE92A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE92A2 on black background.


Color preview on white background

This text has color #EE92A2 on white background.



Black color preview on #EE92A2 background

This text has black color on #EE92A2 background.


White color preview on #EE92A2 background

This text has white color on #EE92A2 background.