COLOR #EE8092

HEX: #EE8092
RGB: (238,128,146)

Color info

#EE8092 contains mainly red color. Web safe color of #EE8092 is #FF6699 (or #F69).

RGB color model

#EE8092 color RGB value is (238,128,146).

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

RGB channels and saturation

R 238 of 255 = 93%
G 128 of 255 = 50%
B 146 of 255 = 57%

238
128
146

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

Portions of RGB colors in percentages

R + G + B =
238 + 128 + 146 = 512 (100%)
R 238 of 512 ~ 46.48%
G 128 of 512 ~ 25%
B 146 of 512 ~ 28.52%

%46.48
%25
%28.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 38.66%
  • key color value is 6.67%
CMYK:
(0,46,39,7)
C0M46Y39K7 
(0%,46%,39%,7%)
(0.00/0.46/0.39/0.07)	

CMYK percentages

%0
%46.22
%38.66
%6.67

Codes

Color #EE8092 in popluar color models

EE8092
RGB238128146
HSL350°76.39%71.76%
HSB/HSV350°46.22%93.33%
CMYK0.00%46.22%38.66%
6.67%

Color #EE8092 in popluar number systems.

HEXEE8092
Decimal238128146
Binary111011101000000010010010
Octal356200222

Shades and tints

Shades of #EE8092

#EE8092
(238,128,146)
#D97585
(217,117,133)
#C46A78
(196,106,120)
#AF5F6B
(175,95,107)
#9A545E
(154,84,94)
#854951
(133,73,81)
#703E44
(112,62,68)
#5B3337
(91,51,55)
#46282A
(70,40,42)
#311D1D
(49,29,29)
#1C1210
(28,18,16)
#000000
(0,0,0)

Tints of #EE8092

#EE8092
(238,128,146)
#EF8B9B
(239,139,155)
#F096A4
(240,150,164)
#F1A1AD
(241,161,173)
#F2ACB6
(242,172,182)
#F3B7BF
(243,183,191)
#F4C2C8
(244,194,200)
#F5CDD1
(245,205,209)
#F6D8DA
(246,216,218)
#F7E3E3
(247,227,227)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8092; }

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

This text font color is #EE8092.


Background Color

.myBgColor { background-color: #EE8092; }

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

This div background color is #EE8092.


Border color

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

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

This div border color is #EE8092.


Opacity

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

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

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

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

This text has shadow with #EE8092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8092 on black background.


Color preview on white background

This text has color #EE8092 on white background.



Black color preview on #EE8092 background

This text has black color on #EE8092 background.


White color preview on #EE8092 background

This text has white color on #EE8092 background.