Shades of Deep Cerise #E92D82
Tints of Deep Cerise #E92D82
RGB
CMYK
RGB Variations
Color information
#E92D82 (or 0xE92D82) is known color: Deep Cerise. HEX triplet: E9, 2D and 82. RGB value is (233,45,130). Sum of RGB (Red+Green+Blue) = 233+45+130=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92D82 is #16D27D. Grayscale: #6E6E6E. Windows color (decimal): -1495678 or 8531433. OLE color: 8531433.
HSL color Cylindrical-coordinate representation of color #E92D82: hue angle of 332.87º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D82 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 130 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.09 |
| HSL | 332.87º | 0.81% | 0.55% | - |
| HSV(B) | 332.87º | 0.81% | 0.91% | - |
| XYZ | 38.57 | 20.81 | 23.1 | - |
| YUV | 110.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 130 | 0 | 0.81 | 0.44 | 0.09 | 332.87 | 0.81 | 0.55 |
| Hex | E9 | 2D | 82 | 0 | 51 | 2C | 9 | 14D | 51 | 37 |
| Octal | 351 | 55 | 202 | 0 | 121 | 54 | 11 | 515 | 121 | 67 |
| Binary | 11101001 | 101101 | 10000010 | 0 | 1010001 | 101100 | 1001 | 101001101 | 1010001 | 110111 |
Color Harmonies of #E92D82
Complementary color
Monochromatic Colors of #E92D82
Black with #E92D82
Text Example
Text Example
White with #E92D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D82; }
p { color: rgb(233,45,130); }
H1.HeaderClassName
{
color: #E92D82;
}
.AnyTagClassName
{
color: #E92D82;
}
</style>
background-color css
<style>
a { background-color: #E92D82; }
a { background-color: rgb(233,45,130); }
div.DivClassName
{
background-color: #E92D82;
}
.BgClassName
{
background-color: #E92D82;
}
</style>
border-color css
<style>
span { border-color: #E92D82; }
span { border-color: rgb(233,45,130); }
td.TdClassName
{
border-color: #E92D82;
}
.TagClassName
{
border-color: #E92D82;
}
</style>