Shades of Deep Pink #EE159E
Tints of Deep Pink #EE159E
RGB
CMYK
RGB Variations
Color information
#EE159E (or 0xEE159E) is known color: Deep Pink. HEX triplet: EE, 15 and 9E. RGB value is (238,21,158). Sum of RGB (Red+Green+Blue) = 238+21+158=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE159E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE159E is #11EA61. Grayscale: #656565. Windows color (decimal): -1174114 or 10360302. OLE color: 10360302.
HSL color Cylindrical-coordinate representation of color #EE159E: hue angle of 322.12º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE159E is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 158 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.07 |
| HSL | 322.12º | 0.86% | 0.51% | - |
| HSV(B) | 322.12º | 0.91% | 0.93% | - |
| XYZ | 41.7 | 21.18 | 34.24 | - |
| YUV | 101.5 | 159.89 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 158 | 0 | 0.91 | 0.34 | 0.07 | 322.12 | 0.86 | 0.51 |
| Hex | EE | 15 | 9E | 0 | 5B | 22 | 7 | 142 | 56 | 33 |
| Octal | 356 | 25 | 236 | 0 | 133 | 42 | 7 | 502 | 126 | 63 |
| Binary | 11101110 | 10101 | 10011110 | 0 | 1011011 | 100010 | 111 | 101000010 | 1010110 | 110011 |
Color Harmonies of #EE159E
Complementary color
Monochromatic Colors of #EE159E
Black with #EE159E
Text Example
Text Example
White with #EE159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE159E; }
p { color: rgb(238,21,158); }
H1.HeaderClassName
{
color: #EE159E;
}
.AnyTagClassName
{
color: #EE159E;
}
</style>
background-color css
<style>
a { background-color: #EE159E; }
a { background-color: rgb(238,21,158); }
div.DivClassName
{
background-color: #EE159E;
}
.BgClassName
{
background-color: #EE159E;
}
</style>
border-color css
<style>
span { border-color: #EE159E; }
span { border-color: rgb(238,21,158); }
td.TdClassName
{
border-color: #EE159E;
}
.TagClassName
{
border-color: #EE159E;
}
</style>