Shades of Deep Cerise #E92F78
Tints of Deep Cerise #E92F78
RGB
CMYK
RGB Variations
Color information
#E92F78 (or 0xE92F78) is known color: Deep Cerise. HEX triplet: E9, 2F and 78. RGB value is (233,47,120). Sum of RGB (Red+Green+Blue) = 233+47+120=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92F78 is #16D087. Grayscale: #6E6E6E. Windows color (decimal): -1495176 or 7876585. OLE color: 7876585.
HSL color Cylindrical-coordinate representation of color #E92F78: hue angle of 336.45º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F78 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 120 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.09 |
| HSL | 336.45º | 0.81% | 0.55% | - |
| HSV(B) | 336.45º | 0.8% | 0.91% | - |
| XYZ | 38.01 | 20.71 | 19.76 | - |
| YUV | 110.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 120 | 0 | 0.80 | 0.48 | 0.09 | 336.45 | 0.81 | 0.55 |
| Hex | E9 | 2F | 78 | 0 | 50 | 30 | 9 | 150 | 51 | 37 |
| Octal | 351 | 57 | 170 | 0 | 120 | 60 | 11 | 520 | 121 | 67 |
| Binary | 11101001 | 101111 | 1111000 | 0 | 1010000 | 110000 | 1001 | 101010000 | 1010001 | 110111 |
Color Harmonies of #E92F78
Complementary color
Monochromatic Colors of #E92F78
Black with #E92F78
Text Example
Text Example
White with #E92F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F78; }
p { color: rgb(233,47,120); }
H1.HeaderClassName
{
color: #E92F78;
}
.AnyTagClassName
{
color: #E92F78;
}
</style>
background-color css
<style>
a { background-color: #E92F78; }
a { background-color: rgb(233,47,120); }
div.DivClassName
{
background-color: #E92F78;
}
.BgClassName
{
background-color: #E92F78;
}
</style>
border-color css
<style>
span { border-color: #E92F78; }
span { border-color: rgb(233,47,120); }
td.TdClassName
{
border-color: #E92F78;
}
.TagClassName
{
border-color: #E92F78;
}
</style>