Shades of Deep Pink #EE0C80
Tints of Deep Pink #EE0C80
RGB
CMYK
RGB Variations
Color information
#EE0C80 (or 0xEE0C80) is known color: Deep Pink. HEX triplet: EE, 0C and 80. RGB value is (238,12,128). Sum of RGB (Red+Green+Blue) = 238+12+128=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0C80 is #11F37F. Grayscale: #5C5C5C. Windows color (decimal): -1176448 or 8391918. OLE color: 8391918.
HSL color Cylindrical-coordinate representation of color #EE0C80: hue angle of 329.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C80 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 128 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.07 |
| HSL | 329.2º | 0.9% | 0.49% | - |
| HSV(B) | 329.2º | 0.95% | 0.93% | - |
| XYZ | 39.29 | 20 | 22.21 | - |
| YUV | 92.8 | 147.87 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 128 | 0 | 0.95 | 0.46 | 0.07 | 329.2 | 0.9 | 0.49 |
| Hex | EE | C | 80 | 0 | 5F | 2E | 7 | 149 | 5A | 31 |
| Octal | 356 | 14 | 200 | 0 | 137 | 56 | 7 | 511 | 132 | 61 |
| Binary | 11101110 | 1100 | 10000000 | 0 | 1011111 | 101110 | 111 | 101001001 | 1011010 | 110001 |
Color Harmonies of #EE0C80
Complementary color
Monochromatic Colors of #EE0C80
Black with #EE0C80
Text Example
Text Example
White with #EE0C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C80; }
p { color: rgb(238,12,128); }
H1.HeaderClassName
{
color: #EE0C80;
}
.AnyTagClassName
{
color: #EE0C80;
}
</style>
background-color css
<style>
a { background-color: #EE0C80; }
a { background-color: rgb(238,12,128); }
div.DivClassName
{
background-color: #EE0C80;
}
.BgClassName
{
background-color: #EE0C80;
}
</style>
border-color css
<style>
span { border-color: #EE0C80; }
span { border-color: rgb(238,12,128); }
td.TdClassName
{
border-color: #EE0C80;
}
.TagClassName
{
border-color: #EE0C80;
}
</style>