Shades of Deep Pink #E92095
Tints of Deep Pink #E92095
RGB
CMYK
RGB Variations
Color information
#E92095 (or 0xE92095) is known color: Deep Pink. HEX triplet: E9, 20 and 95. RGB value is (233,32,149). Sum of RGB (Red+Green+Blue) = 233+32+149=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E92095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92095 is #16DF6A. Grayscale: #696969. Windows color (decimal): -1498987 or 9773289. OLE color: 9773289.
HSL color Cylindrical-coordinate representation of color #E92095: hue angle of 325.07º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92095 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 149 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.09 |
| HSL | 325.07º | 0.82% | 0.52% | - |
| HSV(B) | 325.07º | 0.86% | 0.91% | - |
| XYZ | 39.55 | 20.53 | 30.31 | - |
| YUV | 105.44 | 152.59 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 149 | 0 | 0.86 | 0.36 | 0.09 | 325.07 | 0.82 | 0.52 |
| Hex | E9 | 20 | 95 | 0 | 56 | 24 | 9 | 145 | 52 | 34 |
| Octal | 351 | 40 | 225 | 0 | 126 | 44 | 11 | 505 | 122 | 64 |
| Binary | 11101001 | 100000 | 10010101 | 0 | 1010110 | 100100 | 1001 | 101000101 | 1010010 | 110100 |
Color Harmonies of #E92095
Complementary color
Monochromatic Colors of #E92095
Black with #E92095
Text Example
Text Example
White with #E92095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92095; }
p { color: rgb(233,32,149); }
H1.HeaderClassName
{
color: #E92095;
}
.AnyTagClassName
{
color: #E92095;
}
</style>
background-color css
<style>
a { background-color: #E92095; }
a { background-color: rgb(233,32,149); }
div.DivClassName
{
background-color: #E92095;
}
.BgClassName
{
background-color: #E92095;
}
</style>
border-color css
<style>
span { border-color: #E92095; }
span { border-color: rgb(233,32,149); }
td.TdClassName
{
border-color: #E92095;
}
.TagClassName
{
border-color: #E92095;
}
</style>