Shades of Cerise #E42970
Tints of Cerise #E42970
RGB
CMYK
RGB Variations
Color information
#E42970 (or 0xE42970) is known color: Cerise. HEX triplet: E4, 29 and 70. RGB value is (228,41,112). Sum of RGB (Red+Green+Blue) = 228+41+112=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E42970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42970 is #1BD68F. Grayscale: #686868. Windows color (decimal): -1824400 or 7350756. OLE color: 7350756.
HSL color Cylindrical-coordinate representation of color #E42970: hue angle of 337.22º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42970 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 112 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.11 |
| HSL | 337.22º | 0.78% | 0.53% | - |
| HSV(B) | 337.22º | 0.82% | 0.89% | - |
| XYZ | 35.71 | 19.25 | 17.16 | - |
| YUV | 105.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 112 | 0 | 0.82 | 0.51 | 0.11 | 337.22 | 0.78 | 0.53 |
| Hex | E4 | 29 | 70 | 0 | 52 | 33 | B | 151 | 4E | 35 |
| Octal | 344 | 51 | 160 | 0 | 122 | 63 | 13 | 521 | 116 | 65 |
| Binary | 11100100 | 101001 | 1110000 | 0 | 1010010 | 110011 | 1011 | 101010001 | 1001110 | 110101 |
Color Harmonies of #E42970
Complementary color
Monochromatic Colors of #E42970
Black with #E42970
Text Example
Text Example
White with #E42970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42970; }
p { color: rgb(228,41,112); }
H1.HeaderClassName
{
color: #E42970;
}
.AnyTagClassName
{
color: #E42970;
}
</style>
background-color css
<style>
a { background-color: #E42970; }
a { background-color: rgb(228,41,112); }
div.DivClassName
{
background-color: #E42970;
}
.BgClassName
{
background-color: #E42970;
}
</style>
border-color css
<style>
span { border-color: #E42970; }
span { border-color: rgb(228,41,112); }
td.TdClassName
{
border-color: #E42970;
}
.TagClassName
{
border-color: #E42970;
}
</style>