Shades of Deep Cerise #E92F96
Tints of Deep Cerise #E92F96
RGB
CMYK
RGB Variations
Color information
#E92F96 (or 0xE92F96) is known color: Deep Cerise. HEX triplet: E9, 2F and 96. RGB value is (233,47,150). Sum of RGB (Red+Green+Blue) = 233+47+150=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92F96 is #16D069. Grayscale: #727272. Windows color (decimal): -1495146 or 9842665. OLE color: 9842665.
HSL color Cylindrical-coordinate representation of color #E92F96: hue angle of 326.77º 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 #E92F96 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 150 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.09 |
| HSL | 326.77º | 0.81% | 0.55% | - |
| HSV(B) | 326.77º | 0.8% | 0.91% | - |
| XYZ | 40.13 | 21.56 | 30.9 | - |
| YUV | 114.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 150 | 0 | 0.80 | 0.36 | 0.09 | 326.77 | 0.81 | 0.55 |
| Hex | E9 | 2F | 96 | 0 | 50 | 24 | 9 | 147 | 51 | 37 |
| Octal | 351 | 57 | 226 | 0 | 120 | 44 | 11 | 507 | 121 | 67 |
| Binary | 11101001 | 101111 | 10010110 | 0 | 1010000 | 100100 | 1001 | 101000111 | 1010001 | 110111 |
Color Harmonies of #E92F96
Complementary color
Monochromatic Colors of #E92F96
Black with #E92F96
Text Example
Text Example
White with #E92F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F96; }
p { color: rgb(233,47,150); }
H1.HeaderClassName
{
color: #E92F96;
}
.AnyTagClassName
{
color: #E92F96;
}
</style>
background-color css
<style>
a { background-color: #E92F96; }
a { background-color: rgb(233,47,150); }
div.DivClassName
{
background-color: #E92F96;
}
.BgClassName
{
background-color: #E92F96;
}
</style>
border-color css
<style>
span { border-color: #E92F96; }
span { border-color: rgb(233,47,150); }
td.TdClassName
{
border-color: #E92F96;
}
.TagClassName
{
border-color: #E92F96;
}
</style>