Shades of Deep Cerise #E92F84
Tints of Deep Cerise #E92F84
RGB
CMYK
RGB Variations
Color information
#E92F84 (or 0xE92F84) is known color: Deep Cerise. HEX triplet: E9, 2F and 84. RGB value is (233,47,132). Sum of RGB (Red+Green+Blue) = 233+47+132=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92F84 is #16D07B. Grayscale: #707070. Windows color (decimal): -1495164 or 8663017. OLE color: 8663017.
HSL color Cylindrical-coordinate representation of color #E92F84: hue angle of 332.58º 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 #E92F84 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 132 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.09 |
| HSL | 332.58º | 0.81% | 0.55% | - |
| HSV(B) | 332.58º | 0.8% | 0.91% | - |
| XYZ | 38.79 | 21.02 | 23.84 | - |
| YUV | 112.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 132 | 0 | 0.80 | 0.43 | 0.09 | 332.58 | 0.81 | 0.55 |
| Hex | E9 | 2F | 84 | 0 | 50 | 2B | 9 | 14D | 51 | 37 |
| Octal | 351 | 57 | 204 | 0 | 120 | 53 | 11 | 515 | 121 | 67 |
| Binary | 11101001 | 101111 | 10000100 | 0 | 1010000 | 101011 | 1001 | 101001101 | 1010001 | 110111 |
Color Harmonies of #E92F84
Complementary color
Monochromatic Colors of #E92F84
Black with #E92F84
Text Example
Text Example
White with #E92F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F84; }
p { color: rgb(233,47,132); }
H1.HeaderClassName
{
color: #E92F84;
}
.AnyTagClassName
{
color: #E92F84;
}
</style>
background-color css
<style>
a { background-color: #E92F84; }
a { background-color: rgb(233,47,132); }
div.DivClassName
{
background-color: #E92F84;
}
.BgClassName
{
background-color: #E92F84;
}
</style>
border-color css
<style>
span { border-color: #E92F84; }
span { border-color: rgb(233,47,132); }
td.TdClassName
{
border-color: #E92F84;
}
.TagClassName
{
border-color: #E92F84;
}
</style>