Shades of Deep Pink #E9158C
Tints of Deep Pink #E9158C
RGB
CMYK
RGB Variations
Color information
#E9158C (or 0xE9158C) is known color: Deep Pink. HEX triplet: E9, 15 and 8C. RGB value is (233,21,140). Sum of RGB (Red+Green+Blue) = 233+21+140=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E9158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9158C is #16EA73. Grayscale: #616161. Windows color (decimal): -1501812 or 9180649. OLE color: 9180649.
HSL color Cylindrical-coordinate representation of color #E9158C: hue angle of 326.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9158C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 140 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.09 |
| HSL | 326.32º | 0.83% | 0.5% | - |
| HSV(B) | 326.32º | 0.91% | 0.91% | - |
| XYZ | 38.61 | 19.75 | 26.59 | - |
| YUV | 97.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 140 | 0 | 0.91 | 0.40 | 0.09 | 326.32 | 0.83 | 0.5 |
| Hex | E9 | 15 | 8C | 0 | 5B | 28 | 9 | 146 | 53 | 32 |
| Octal | 351 | 25 | 214 | 0 | 133 | 50 | 11 | 506 | 123 | 62 |
| Binary | 11101001 | 10101 | 10001100 | 0 | 1011011 | 101000 | 1001 | 101000110 | 1010011 | 110010 |
Color Harmonies of #E9158C
Complementary color
Monochromatic Colors of #E9158C
Black with #E9158C
Text Example
Text Example
White with #E9158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9158C; }
p { color: rgb(233,21,140); }
H1.HeaderClassName
{
color: #E9158C;
}
.AnyTagClassName
{
color: #E9158C;
}
</style>
background-color css
<style>
a { background-color: #E9158C; }
a { background-color: rgb(233,21,140); }
div.DivClassName
{
background-color: #E9158C;
}
.BgClassName
{
background-color: #E9158C;
}
</style>
border-color css
<style>
span { border-color: #E9158C; }
span { border-color: rgb(233,21,140); }
td.TdClassName
{
border-color: #E9158C;
}
.TagClassName
{
border-color: #E9158C;
}
</style>