COLOR #EE8485

HEX: #EE8485
RGB: (238,132,133)

Color info

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

RGB color model

#EE8485 color RGB value is (238,132,133).

  • red value is 238;
  • green value is 132;
  • blue value is 133.
RGB:
(238,132,133)
(93%,52%,52%)

RGB channels and saturation

R 238 of 255 = 93%
G 132 of 255 = 52%
B 133 of 255 = 52%

238
132
133

R + G + B ~ 66%. #EE8485 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 132 + 133 = 503 (100%)
R 238 of 503 ~ 47.32%
G 132 of 503 ~ 26.24%
B 133 of 503 ~ 26.44%

%47.32
%26.24
%26.44

CMYK color model

#EE8485 color CMYK value is (0,45,44,7).

  • cyan value is 0.00%
  • magenta value is 44.54%
  • yellow value is 44.12%
  • key color value is 6.67%
CMYK:
(0,45,44,7)
C0M45Y44K7 
(0%,45%,44%,7%)
(0.00/0.45/0.44/0.07)	

CMYK percentages

%0
%44.54
%44.12
%6.67

Codes

Color #EE8485 in popluar color models

EE8485
RGB238132133
HSL359°75.71%72.55%
HSB/HSV359°44.54%93.33%
CMYK0.00%44.54%44.12%
6.67%

Color #EE8485 in popluar number systems.

HEXEE8485
Decimal238132133
Binary111011101000010010000101
Octal356204205

Shades and tints

Shades of #EE8485

#EE8485
(238,132,133)
#D97879
(217,120,121)
#C46C6D
(196,108,109)
#AF6061
(175,96,97)
#9A5455
(154,84,85)
#854849
(133,72,73)
#703C3D
(112,60,61)
#5B3031
(91,48,49)
#462425
(70,36,37)
#311819
(49,24,25)
#1C0C0D
(28,12,13)
#000000
(0,0,0)

Tints of #EE8485

#EE8485
(238,132,133)
#EF8F90
(239,143,144)
#F09A9B
(240,154,155)
#F1A5A6
(241,165,166)
#F2B0B1
(242,176,177)
#F3BBBC
(243,187,188)
#F4C6C7
(244,198,199)
#F5D1D2
(245,209,210)
#F6DCDD
(246,220,221)
#F7E7E8
(247,231,232)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8485; }

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

This text font color is #EE8485.


Background Color

.myBgColor { background-color: #EE8485; }

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

This div background color is #EE8485.


Border color

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

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

This div border color is #EE8485.


Opacity

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

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

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

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

This text has shadow with #EE8485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8485 on black background.


Color preview on white background

This text has color #EE8485 on white background.



Black color preview on #EE8485 background

This text has black color on #EE8485 background.


White color preview on #EE8485 background

This text has white color on #EE8485 background.