Shades of Deep Pink #E92192
Tints of Deep Pink #E92192
RGB
CMYK
RGB Variations
Color information
#E92192 (or 0xE92192) is known color: Deep Pink. HEX triplet: E9, 21 and 92. RGB value is (233,33,146). Sum of RGB (Red+Green+Blue) = 233+33+146=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E92192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92192 is #16DE6D. Grayscale: #696969. Windows color (decimal): -1498734 or 9576937. OLE color: 9576937.
HSL color Cylindrical-coordinate representation of color #E92192: hue angle of 326.1º 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 #E92192 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 146 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.09 |
| HSL | 326.1º | 0.82% | 0.52% | - |
| HSV(B) | 326.1º | 0.86% | 0.91% | - |
| XYZ | 39.34 | 20.49 | 29.08 | - |
| YUV | 105.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 146 | 0 | 0.86 | 0.37 | 0.09 | 326.1 | 0.82 | 0.52 |
| Hex | E9 | 21 | 92 | 0 | 56 | 25 | 9 | 146 | 52 | 34 |
| Octal | 351 | 41 | 222 | 0 | 126 | 45 | 11 | 506 | 122 | 64 |
| Binary | 11101001 | 100001 | 10010010 | 0 | 1010110 | 100101 | 1001 | 101000110 | 1010010 | 110100 |
Color Harmonies of #E92192
Complementary color
Monochromatic Colors of #E92192
Black with #E92192
Text Example
Text Example
White with #E92192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92192; }
p { color: rgb(233,33,146); }
H1.HeaderClassName
{
color: #E92192;
}
.AnyTagClassName
{
color: #E92192;
}
</style>
background-color css
<style>
a { background-color: #E92192; }
a { background-color: rgb(233,33,146); }
div.DivClassName
{
background-color: #E92192;
}
.BgClassName
{
background-color: #E92192;
}
</style>
border-color css
<style>
span { border-color: #E92192; }
span { border-color: rgb(233,33,146); }
td.TdClassName
{
border-color: #E92192;
}
.TagClassName
{
border-color: #E92192;
}
</style>