Shades of Cerise #E42A70
Tints of Cerise #E42A70
RGB
CMYK
RGB Variations
Color information
#E42A70 (or 0xE42A70) is known color: Cerise. HEX triplet: E4, 2A and 70. RGB value is (228,42,112). Sum of RGB (Red+Green+Blue) = 228+42+112=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42A70 is #1BD58F. Grayscale: #696969. Windows color (decimal): -1824144 or 7351012. OLE color: 7351012.
HSL color Cylindrical-coordinate representation of color #E42A70: hue angle of 337.42º degrees, saturation: 0.77, 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 #E42A70 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 112 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.11 |
| HSL | 337.42º | 0.78% | 0.53% | - |
| HSV(B) | 337.42º | 0.82% | 0.89% | - |
| XYZ | 35.75 | 19.32 | 17.17 | - |
| YUV | 105.59 | 131.62 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 112 | 0 | 0.82 | 0.51 | 0.11 | 337.42 | 0.78 | 0.53 |
| Hex | E4 | 2A | 70 | 0 | 52 | 33 | B | 151 | 4E | 35 |
| Octal | 344 | 52 | 160 | 0 | 122 | 63 | 13 | 521 | 116 | 65 |
| Binary | 11100100 | 101010 | 1110000 | 0 | 1010010 | 110011 | 1011 | 101010001 | 1001110 | 110101 |
Color Harmonies of #E42A70
Complementary color
Monochromatic Colors of #E42A70
Black with #E42A70
Text Example
Text Example
White with #E42A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42A70; }
p { color: rgb(228,42,112); }
H1.HeaderClassName
{
color: #E42A70;
}
.AnyTagClassName
{
color: #E42A70;
}
</style>
background-color css
<style>
a { background-color: #E42A70; }
a { background-color: rgb(228,42,112); }
div.DivClassName
{
background-color: #E42A70;
}
.BgClassName
{
background-color: #E42A70;
}
</style>
border-color css
<style>
span { border-color: #E42A70; }
span { border-color: rgb(228,42,112); }
td.TdClassName
{
border-color: #E42A70;
}
.TagClassName
{
border-color: #E42A70;
}
</style>