Shades of Deep Pink #EE158C
Tints of Deep Pink #EE158C
RGB
CMYK
RGB Variations
Color information
#EE158C (or 0xEE158C) is known color: Deep Pink. HEX triplet: EE, 15 and 8C. RGB value is (238,21,140). Sum of RGB (Red+Green+Blue) = 238+21+140=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE158C is #11EA73. Grayscale: #636363. Windows color (decimal): -1174132 or 9180654. OLE color: 9180654.
HSL color Cylindrical-coordinate representation of color #EE158C: hue angle of 327.1º 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 #EE158C is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 140 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.07 |
| HSL | 327.1º | 0.86% | 0.51% | - |
| HSV(B) | 327.1º | 0.91% | 0.93% | - |
| XYZ | 40.26 | 20.61 | 26.67 | - |
| YUV | 99.45 | 150.89 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 140 | 0 | 0.91 | 0.41 | 0.07 | 327.1 | 0.86 | 0.51 |
| Hex | EE | 15 | 8C | 0 | 5B | 29 | 7 | 147 | 56 | 33 |
| Octal | 356 | 25 | 214 | 0 | 133 | 51 | 7 | 507 | 126 | 63 |
| Binary | 11101110 | 10101 | 10001100 | 0 | 1011011 | 101001 | 111 | 101000111 | 1010110 | 110011 |
Color Harmonies of #EE158C
Complementary color
Monochromatic Colors of #EE158C
Black with #EE158C
Text Example
Text Example
White with #EE158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE158C; }
p { color: rgb(238,21,140); }
H1.HeaderClassName
{
color: #EE158C;
}
.AnyTagClassName
{
color: #EE158C;
}
</style>
background-color css
<style>
a { background-color: #EE158C; }
a { background-color: rgb(238,21,140); }
div.DivClassName
{
background-color: #EE158C;
}
.BgClassName
{
background-color: #EE158C;
}
</style>
border-color css
<style>
span { border-color: #EE158C; }
span { border-color: rgb(238,21,140); }
td.TdClassName
{
border-color: #EE158C;
}
.TagClassName
{
border-color: #EE158C;
}
</style>