COLOR #EE8481

HEX: #EE8481 RGB: (238,132,129)

Color info

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

RGB color model

#EE8481 color RGB value is (238,132,129).

RGB: (238,132,129) (93%, 52%, 51%)

RGB channels and saturation

R 238 of 255 = 93%
G 132 of 255 = 52%
B 129 of 255 = 51%

238
132
129

R + G + B ~ 65%. #EE8481 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 132 + 129 = 499 (100%)
R 238 of 499 ~ 47.7%
G 132 of 499 ~ 26.45%
B 129 of 499 ~ 25.85'%

%47.7
%26.45
%25.85

CMYK color model

#EE8481 color CMYK value is (0,45,46,7).

  • cyan value is 0.00%
  • magenta value is 44.54%
  • yellow value is 45.80%
  • key color value is 6.67%

CMYK: (0,45,46,7)
C0M45Y46K7 (0%, 45%, 46%, 7%)
(0.00 / 0.45 / 0.46 / 0.07)

CMYK percentages

%0
%44.54
%45.8
%6.67

Codes

Color #EE8481 in popluar color models

EE 84 81
RGB 238 132 129
HSL 76.22% 71.96%
HSB/HSV 45.80% 93.33%
CMYK 0.00% 44.54% 45.80%
6.67%

Color #EE8481 in popluar number systems.

HEX EE 84 81
Decimal 238 132 129
Binary 11101110 10000100 10000001
Octal 356 204 201

Shades and tints

Shades of #EE8481

#EE8481
(238,132,129)
#D97876
(217,120,118)
#C46C6B
(196,108,107)
#AF6060
(175,96,96)
#9A5455
(154,84,85)
#85484A
(133,72,74)
#703C3F
(112,60,63)
#5B3034
(91,48,52)
#462429
(70,36,41)
#31181E
(49,24,30)
#1C0C13
(28,12,19)
#000000
(0,0,0)

Tints of #EE8481

#EE8481
(238,132,129)
#EF8F8C
(239,143,140)
#F09A97
(240,154,151)
#F1A5A2
(241,165,162)
#F2B0AD
(242,176,173)
#F3BBB8
(243,187,184)
#F4C6C3
(244,198,195)
#F5D1CE
(245,209,206)
#F6DCD9
(246,220,217)
#F7E7E4
(247,231,228)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8481; }

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

This text font color is #EE8481.

Background Color

.myBgColor { background-color: #EE8481; }

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

This div background color is #EE8481.

Border color

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

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

This div border color is #EE8481.

Opacity

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

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

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

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

This text has shadow with #EE8481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE8481.

Preview

Color preview on black background

This text has color #EE8481 on black background.


Color preview on white background

This text has color #EE8481 on white background.


Black color preview on #EE8481 background

This text has black color on #EE8481 background.


White color preview on #EE8481 background

This text has white color on #EE8481 background.


Related colors

Complementary color

Complementary color for #hex is #117B7E.


I love getcolorcode.com

Triadic colors

1 #81EE84 and #8481EE with #EE8481 are triadic colors.

2 #8184EE and #84EE81 with #EE8481 are triadic colors.