Shades of Deep Cerise #E92E8A
Tints of Deep Cerise #E92E8A
RGB
CMYK
RGB Variations
Color information
#E92E8A (or 0xE92E8A) is known color: Deep Cerise. HEX triplet: E9, 2E and 8A. RGB value is (233,46,138). Sum of RGB (Red+Green+Blue) = 233+46+138=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92E8A is #16D175. Grayscale: #707070. Windows color (decimal): -1495414 or 9055977. OLE color: 9055977.
HSL color Cylindrical-coordinate representation of color #E92E8A: hue angle of 330.48º 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 #E92E8A is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 138 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.09 |
| HSL | 330.48º | 0.81% | 0.55% | - |
| HSV(B) | 330.48º | 0.8% | 0.91% | - |
| XYZ | 39.17 | 21.11 | 26.06 | - |
| YUV | 112.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 138 | 0 | 0.80 | 0.41 | 0.09 | 330.48 | 0.81 | 0.55 |
| Hex | E9 | 2E | 8A | 0 | 50 | 29 | 9 | 14A | 51 | 37 |
| Octal | 351 | 56 | 212 | 0 | 120 | 51 | 11 | 512 | 121 | 67 |
| Binary | 11101001 | 101110 | 10001010 | 0 | 1010000 | 101001 | 1001 | 101001010 | 1010001 | 110111 |
Color Harmonies of #E92E8A
Complementary color
Monochromatic Colors of #E92E8A
Black with #E92E8A
Text Example
Text Example
White with #E92E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E8A; }
p { color: rgb(233,46,138); }
H1.HeaderClassName
{
color: #E92E8A;
}
.AnyTagClassName
{
color: #E92E8A;
}
</style>
background-color css
<style>
a { background-color: #E92E8A; }
a { background-color: rgb(233,46,138); }
div.DivClassName
{
background-color: #E92E8A;
}
.BgClassName
{
background-color: #E92E8A;
}
</style>
border-color css
<style>
span { border-color: #E92E8A; }
span { border-color: rgb(233,46,138); }
td.TdClassName
{
border-color: #E92E8A;
}
.TagClassName
{
border-color: #E92E8A;
}
</style>