COLOR #EE80AF

HEX: #EE80AF
RGB: (238,128,175)

Color info

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

RGB color model

#EE80AF color RGB value is (238,128,175).

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

RGB channels and saturation

R 238 of 255 = 93%
G 128 of 255 = 50%
B 175 of 255 = 69%

238
128
175

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

Portions of RGB colors in percentages

R + G + B =
238 + 128 + 175 = 541 (100%)
R 238 of 541 ~ 43.99%
G 128 of 541 ~ 23.66%
B 175 of 541 ~ 32.35%

%43.99
%23.66
%32.35

CMYK color model

#EE80AF color CMYK value is (0,46,26,7).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 26.47%
  • key color value is 6.67%
CMYK:
(0,46,26,7)
C0M46Y26K7 
(0%,46%,26%,7%)
(0.00/0.46/0.26/0.07)	

CMYK percentages

%0
%46.22
%26.47
%6.67

Codes

Color #EE80AF in popluar color models

EE80AF
RGB238128175
HSL334°76.39%71.76%
HSB/HSV334°46.22%93.33%
CMYK0.00%46.22%26.47%
6.67%

Color #EE80AF in popluar number systems.

HEXEE80AF
Decimal238128175
Binary111011101000000010101111
Octal356200257

Shades and tints

Shades of #EE80AF

#EE80AF
(238,128,175)
#D975A0
(217,117,160)
#C46A91
(196,106,145)
#AF5F82
(175,95,130)
#9A5473
(154,84,115)
#854964
(133,73,100)
#703E55
(112,62,85)
#5B3346
(91,51,70)
#462837
(70,40,55)
#311D28
(49,29,40)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #EE80AF

#EE80AF
(238,128,175)
#EF8BB6
(239,139,182)
#F096BD
(240,150,189)
#F1A1C4
(241,161,196)
#F2ACCB
(242,172,203)
#F3B7D2
(243,183,210)
#F4C2D9
(244,194,217)
#F5CDE0
(245,205,224)
#F6D8E7
(246,216,231)
#F7E3EE
(247,227,238)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE80AF; }

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

This text font color is #EE80AF.


Background Color

.myBgColor { background-color: #EE80AF; }

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

This div background color is #EE80AF.


Border color

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

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

This div border color is #EE80AF.


Opacity

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

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

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

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

This text has shadow with #EE80AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE80AF on black background.


Color preview on white background

This text has color #EE80AF on white background.



Black color preview on #EE80AF background

This text has black color on #EE80AF background.


White color preview on #EE80AF background

This text has white color on #EE80AF background.