Shades of Deep Pink #E92194
Tints of Deep Pink #E92194
RGB
CMYK
RGB Variations
Color information
#E92194 (or 0xE92194) is known color: Deep Pink. HEX triplet: E9, 21 and 94. RGB value is (233,33,148). Sum of RGB (Red+Green+Blue) = 233+33+148=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E92194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92194 is #16DE6B. Grayscale: #696969. Windows color (decimal): -1498732 or 9708009. OLE color: 9708009.
HSL color Cylindrical-coordinate representation of color #E92194: hue angle of 325.5º 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 #E92194 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 148 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.09 |
| HSL | 325.5º | 0.82% | 0.52% | - |
| HSV(B) | 325.5º | 0.86% | 0.91% | - |
| XYZ | 39.49 | 20.55 | 29.9 | - |
| YUV | 105.91 | 151.76 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 148 | 0 | 0.86 | 0.36 | 0.09 | 325.5 | 0.82 | 0.52 |
| Hex | E9 | 21 | 94 | 0 | 56 | 24 | 9 | 146 | 52 | 34 |
| Octal | 351 | 41 | 224 | 0 | 126 | 44 | 11 | 506 | 122 | 64 |
| Binary | 11101001 | 100001 | 10010100 | 0 | 1010110 | 100100 | 1001 | 101000110 | 1010010 | 110100 |
Color Harmonies of #E92194
Complementary color
Monochromatic Colors of #E92194
Black with #E92194
Text Example
Text Example
White with #E92194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92194; }
p { color: rgb(233,33,148); }
H1.HeaderClassName
{
color: #E92194;
}
.AnyTagClassName
{
color: #E92194;
}
</style>
background-color css
<style>
a { background-color: #E92194; }
a { background-color: rgb(233,33,148); }
div.DivClassName
{
background-color: #E92194;
}
.BgClassName
{
background-color: #E92194;
}
</style>
border-color css
<style>
span { border-color: #E92194; }
span { border-color: rgb(233,33,148); }
td.TdClassName
{
border-color: #E92194;
}
.TagClassName
{
border-color: #E92194;
}
</style>