Shades of Deep Cerise #E42E92
Tints of Deep Cerise #E42E92
RGB
CMYK
RGB Variations
Color information
#E42E92 (or 0xE42E92) is known color: Deep Cerise. HEX triplet: E4, 2E and 92. RGB value is (228,46,146). Sum of RGB (Red+Green+Blue) = 228+46+146=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42E92 is #1BD16D. Grayscale: #6F6F6F. Windows color (decimal): -1823086 or 9580260. OLE color: 9580260.
HSL color Cylindrical-coordinate representation of color #E42E92: hue angle of 327.03º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42E92 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 146 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.11 |
| HSL | 327.03º | 0.77% | 0.54% | - |
| HSV(B) | 327.03º | 0.8% | 0.89% | - |
| XYZ | 38.16 | 20.52 | 29.14 | - |
| YUV | 111.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 146 | 0 | 0.80 | 0.36 | 0.11 | 327.03 | 0.77 | 0.54 |
| Hex | E4 | 2E | 92 | 0 | 50 | 24 | B | 147 | 4D | 36 |
| Octal | 344 | 56 | 222 | 0 | 120 | 44 | 13 | 507 | 115 | 66 |
| Binary | 11100100 | 101110 | 10010010 | 0 | 1010000 | 100100 | 1011 | 101000111 | 1001101 | 110110 |
Color Harmonies of #E42E92
Complementary color
Monochromatic Colors of #E42E92
Black with #E42E92
Text Example
Text Example
White with #E42E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E92; }
p { color: rgb(228,46,146); }
H1.HeaderClassName
{
color: #E42E92;
}
.AnyTagClassName
{
color: #E42E92;
}
</style>
background-color css
<style>
a { background-color: #E42E92; }
a { background-color: rgb(228,46,146); }
div.DivClassName
{
background-color: #E42E92;
}
.BgClassName
{
background-color: #E42E92;
}
</style>
border-color css
<style>
span { border-color: #E42E92; }
span { border-color: rgb(228,46,146); }
td.TdClassName
{
border-color: #E42E92;
}
.TagClassName
{
border-color: #E42E92;
}
</style>