Shades of Deep Cerise #E42E90
Tints of Deep Cerise #E42E90
RGB
CMYK
RGB Variations
Color information
#E42E90 (or 0xE42E90) is known color: Deep Cerise. HEX triplet: E4, 2E and 90. RGB value is (228,46,144). Sum of RGB (Red+Green+Blue) = 228+46+144=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42E90 is #1BD16F. Grayscale: #6F6F6F. Windows color (decimal): -1823088 or 9449188. OLE color: 9449188.
HSL color Cylindrical-coordinate representation of color #E42E90: hue angle of 327.69º 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 #E42E90 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 144 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.11 |
| HSL | 327.69º | 0.77% | 0.54% | - |
| HSV(B) | 327.69º | 0.8% | 0.89% | - |
| XYZ | 38.01 | 20.46 | 28.33 | - |
| YUV | 111.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 144 | 0 | 0.80 | 0.37 | 0.11 | 327.69 | 0.77 | 0.54 |
| Hex | E4 | 2E | 90 | 0 | 50 | 25 | B | 148 | 4D | 36 |
| Octal | 344 | 56 | 220 | 0 | 120 | 45 | 13 | 510 | 115 | 66 |
| Binary | 11100100 | 101110 | 10010000 | 0 | 1010000 | 100101 | 1011 | 101001000 | 1001101 | 110110 |
Color Harmonies of #E42E90
Complementary color
Monochromatic Colors of #E42E90
Black with #E42E90
Text Example
Text Example
White with #E42E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E90; }
p { color: rgb(228,46,144); }
H1.HeaderClassName
{
color: #E42E90;
}
.AnyTagClassName
{
color: #E42E90;
}
</style>
background-color css
<style>
a { background-color: #E42E90; }
a { background-color: rgb(228,46,144); }
div.DivClassName
{
background-color: #E42E90;
}
.BgClassName
{
background-color: #E42E90;
}
</style>
border-color css
<style>
span { border-color: #E42E90; }
span { border-color: rgb(228,46,144); }
td.TdClassName
{
border-color: #E42E90;
}
.TagClassName
{
border-color: #E42E90;
}
</style>