Shades of Deep Cerise #E92E90
Tints of Deep Cerise #E92E90
RGB
CMYK
RGB Variations
Color information
#E92E90 (or 0xE92E90) is known color: Deep Cerise. HEX triplet: E9, 2E and 90. RGB value is (233,46,144). Sum of RGB (Red+Green+Blue) = 233+46+144=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92E90 is #16D16F. Grayscale: #707070. Windows color (decimal): -1495408 or 9449193. OLE color: 9449193.
HSL color Cylindrical-coordinate representation of color #E92E90: hue angle of 328.56º 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 #E92E90 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 144 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.09 |
| HSL | 328.56º | 0.81% | 0.55% | - |
| HSV(B) | 328.56º | 0.8% | 0.91% | - |
| XYZ | 39.62 | 21.29 | 28.41 | - |
| YUV | 113.09 | 145.45 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 144 | 0 | 0.80 | 0.38 | 0.09 | 328.56 | 0.81 | 0.55 |
| Hex | E9 | 2E | 90 | 0 | 50 | 26 | 9 | 149 | 51 | 37 |
| Octal | 351 | 56 | 220 | 0 | 120 | 46 | 11 | 511 | 121 | 67 |
| Binary | 11101001 | 101110 | 10010000 | 0 | 1010000 | 100110 | 1001 | 101001001 | 1010001 | 110111 |
Color Harmonies of #E92E90
Complementary color
Monochromatic Colors of #E92E90
Black with #E92E90
Text Example
Text Example
White with #E92E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E90; }
p { color: rgb(233,46,144); }
H1.HeaderClassName
{
color: #E92E90;
}
.AnyTagClassName
{
color: #E92E90;
}
</style>
background-color css
<style>
a { background-color: #E92E90; }
a { background-color: rgb(233,46,144); }
div.DivClassName
{
background-color: #E92E90;
}
.BgClassName
{
background-color: #E92E90;
}
</style>
border-color css
<style>
span { border-color: #E92E90; }
span { border-color: rgb(233,46,144); }
td.TdClassName
{
border-color: #E92E90;
}
.TagClassName
{
border-color: #E92E90;
}
</style>