COLOR #EE80D2

HEX: #EE80D2
RGB: (238,128,210)

Color info

#EE80D2 contains mainly red and blue colors. Web safe color of #EE80D2 is #FF66CC (or #F6C).

RGB color model

#EE80D2 color RGB value is (238,128,210).

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

RGB channels and saturation

R 238 of 255 = 93%
G 128 of 255 = 50%
B 210 of 255 = 82%

238
128
210

R + G + B ~ 75%. #EE80D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 128 + 210 = 576 (100%)
R 238 of 576 ~ 41.32%
G 128 of 576 ~ 22.22%
B 210 of 576 ~ 36.46%

%41.32
%22.22
%36.46

CMYK color model

#EE80D2 color CMYK value is (0,46,12,7).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,46,12,7)
C0M46Y12K7 
(0%,46%,12%,7%)
(0.00/0.46/0.12/0.07)	

CMYK percentages

%0
%46.22
%11.76
%6.67

Codes

Color #EE80D2 in popluar color models

EE80D2
RGB238128210
HSL315°76.39%71.76%
HSB/HSV315°46.22%93.33%
CMYK0.00%46.22%11.76%
6.67%

Color #EE80D2 in popluar number systems.

HEXEE80D2
Decimal238128210
Binary111011101000000011010010
Octal356200322

Shades and tints

Shades of #EE80D2

#EE80D2
(238,128,210)
#D975BF
(217,117,191)
#C46AAC
(196,106,172)
#AF5F99
(175,95,153)
#9A5486
(154,84,134)
#854973
(133,73,115)
#703E60
(112,62,96)
#5B334D
(91,51,77)
#46283A
(70,40,58)
#311D27
(49,29,39)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #EE80D2

#EE80D2
(238,128,210)
#EF8BD6
(239,139,214)
#F096DA
(240,150,218)
#F1A1DE
(241,161,222)
#F2ACE2
(242,172,226)
#F3B7E6
(243,183,230)
#F4C2EA
(244,194,234)
#F5CDEE
(245,205,238)
#F6D8F2
(246,216,242)
#F7E3F6
(247,227,246)
#F8EEFA
(248,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE80D2; }

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

This text font color is #EE80D2.


Background Color

.myBgColor { background-color: #EE80D2; }

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

This div background color is #EE80D2.


Border color

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

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

This div border color is #EE80D2.


Opacity

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

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

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

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

This text has shadow with #EE80D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE80D2 on black background.


Color preview on white background

This text has color #EE80D2 on white background.



Black color preview on #EE80D2 background

This text has black color on #EE80D2 background.


White color preview on #EE80D2 background

This text has white color on #EE80D2 background.