Shades of Deep Cerise #E92D8E
Tints of Deep Cerise #E92D8E
RGB
CMYK
RGB Variations
Color information
#E92D8E (or 0xE92D8E) is known color: Deep Cerise. HEX triplet: E9, 2D and 8E. RGB value is (233,45,142). Sum of RGB (Red+Green+Blue) = 233+45+142=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92D8E is #16D271. Grayscale: #707070. Windows color (decimal): -1495666 or 9317865. OLE color: 9317865.
HSL color Cylindrical-coordinate representation of color #E92D8E: hue angle of 329.04º 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 #E92D8E is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 142 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.09 |
| HSL | 329.04º | 0.81% | 0.55% | - |
| HSV(B) | 329.04º | 0.81% | 0.91% | - |
| XYZ | 39.43 | 21.15 | 27.6 | - |
| YUV | 112.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 142 | 0 | 0.81 | 0.39 | 0.09 | 329.04 | 0.81 | 0.55 |
| Hex | E9 | 2D | 8E | 0 | 51 | 27 | 9 | 149 | 51 | 37 |
| Octal | 351 | 55 | 216 | 0 | 121 | 47 | 11 | 511 | 121 | 67 |
| Binary | 11101001 | 101101 | 10001110 | 0 | 1010001 | 100111 | 1001 | 101001001 | 1010001 | 110111 |
Color Harmonies of #E92D8E
Complementary color
Monochromatic Colors of #E92D8E
Black with #E92D8E
Text Example
Text Example
White with #E92D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D8E; }
p { color: rgb(233,45,142); }
H1.HeaderClassName
{
color: #E92D8E;
}
.AnyTagClassName
{
color: #E92D8E;
}
</style>
background-color css
<style>
a { background-color: #E92D8E; }
a { background-color: rgb(233,45,142); }
div.DivClassName
{
background-color: #E92D8E;
}
.BgClassName
{
background-color: #E92D8E;
}
</style>
border-color css
<style>
span { border-color: #E92D8E; }
span { border-color: rgb(233,45,142); }
td.TdClassName
{
border-color: #E92D8E;
}
.TagClassName
{
border-color: #E92D8E;
}
</style>