Shades of Deep Cerise #E92E7D
Tints of Deep Cerise #E92E7D
RGB
CMYK
RGB Variations
Color information
#E92E7D (or 0xE92E7D) is known color: Deep Cerise. HEX triplet: E9, 2E and 7D. RGB value is (233,46,125). Sum of RGB (Red+Green+Blue) = 233+46+125=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92E7D is #16D182. Grayscale: #6E6E6E. Windows color (decimal): -1495427 or 8204009. OLE color: 8204009.
HSL color Cylindrical-coordinate representation of color #E92E7D: hue angle of 334.65º 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 #E92E7D is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 125 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.09 |
| HSL | 334.65º | 0.81% | 0.55% | - |
| HSV(B) | 334.65º | 0.8% | 0.91% | - |
| XYZ | 38.28 | 20.76 | 21.39 | - |
| YUV | 110.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 125 | 0 | 0.80 | 0.46 | 0.09 | 334.65 | 0.81 | 0.55 |
| Hex | E9 | 2E | 7D | 0 | 50 | 2E | 9 | 14F | 51 | 37 |
| Octal | 351 | 56 | 175 | 0 | 120 | 56 | 11 | 517 | 121 | 67 |
| Binary | 11101001 | 101110 | 1111101 | 0 | 1010000 | 101110 | 1001 | 101001111 | 1010001 | 110111 |
Color Harmonies of #E92E7D
Complementary color
Monochromatic Colors of #E92E7D
Black with #E92E7D
Text Example
Text Example
White with #E92E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E7D; }
p { color: rgb(233,46,125); }
H1.HeaderClassName
{
color: #E92E7D;
}
.AnyTagClassName
{
color: #E92E7D;
}
</style>
background-color css
<style>
a { background-color: #E92E7D; }
a { background-color: rgb(233,46,125); }
div.DivClassName
{
background-color: #E92E7D;
}
.BgClassName
{
background-color: #E92E7D;
}
</style>
border-color css
<style>
span { border-color: #E92E7D; }
span { border-color: rgb(233,46,125); }
td.TdClassName
{
border-color: #E92E7D;
}
.TagClassName
{
border-color: #E92E7D;
}
</style>