Shades of Deep Pink #EE1786
Tints of Deep Pink #EE1786
RGB
CMYK
RGB Variations
Color information
#EE1786 (or 0xEE1786) is known color: Deep Pink. HEX triplet: EE, 17 and 86. RGB value is (238,23,134). Sum of RGB (Red+Green+Blue) = 238+23+134=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1786 is #11E879. Grayscale: #636363. Windows color (decimal): -1173626 or 8787950. OLE color: 8787950.
HSL color Cylindrical-coordinate representation of color #EE1786: hue angle of 329.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1786 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 134 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.07 |
| HSL | 329.02º | 0.86% | 0.51% | - |
| HSV(B) | 329.02º | 0.9% | 0.93% | - |
| XYZ | 39.87 | 20.51 | 24.41 | - |
| YUV | 99.94 | 147.23 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 134 | 0 | 0.90 | 0.44 | 0.07 | 329.02 | 0.86 | 0.51 |
| Hex | EE | 17 | 86 | 0 | 5A | 2C | 7 | 149 | 56 | 33 |
| Octal | 356 | 27 | 206 | 0 | 132 | 54 | 7 | 511 | 126 | 63 |
| Binary | 11101110 | 10111 | 10000110 | 0 | 1011010 | 101100 | 111 | 101001001 | 1010110 | 110011 |
Color Harmonies of #EE1786
Complementary color
Monochromatic Colors of #EE1786
Black with #EE1786
Text Example
Text Example
White with #EE1786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1786; }
p { color: rgb(238,23,134); }
H1.HeaderClassName
{
color: #EE1786;
}
.AnyTagClassName
{
color: #EE1786;
}
</style>
background-color css
<style>
a { background-color: #EE1786; }
a { background-color: rgb(238,23,134); }
div.DivClassName
{
background-color: #EE1786;
}
.BgClassName
{
background-color: #EE1786;
}
</style>
border-color css
<style>
span { border-color: #EE1786; }
span { border-color: rgb(238,23,134); }
td.TdClassName
{
border-color: #EE1786;
}
.TagClassName
{
border-color: #EE1786;
}
</style>