Shades of Cerise #E42F74
Tints of Cerise #E42F74
RGB
CMYK
RGB Variations
Color information
#E42F74 (or 0xE42F74) is known color: Cerise. HEX triplet: E4, 2F and 74. RGB value is (228,47,116). Sum of RGB (Red+Green+Blue) = 228+47+116=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42F74 is #1BD08B. Grayscale: #6C6C6C. Windows color (decimal): -1822860 or 7614436. OLE color: 7614436.
HSL color Cylindrical-coordinate representation of color #E42F74: hue angle of 337.13º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E42F74 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 116 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.11 |
| HSL | 337.13º | 0.77% | 0.54% | - |
| HSV(B) | 337.13º | 0.79% | 0.89% | - |
| XYZ | 36.16 | 19.79 | 18.44 | - |
| YUV | 108.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 116 | 0 | 0.79 | 0.49 | 0.11 | 337.13 | 0.77 | 0.54 |
| Hex | E4 | 2F | 74 | 0 | 4F | 31 | B | 151 | 4D | 36 |
| Octal | 344 | 57 | 164 | 0 | 117 | 61 | 13 | 521 | 115 | 66 |
| Binary | 11100100 | 101111 | 1110100 | 0 | 1001111 | 110001 | 1011 | 101010001 | 1001101 | 110110 |
Color Harmonies of #E42F74
Complementary color
Monochromatic Colors of #E42F74
Black with #E42F74
Text Example
Text Example
White with #E42F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42F74; }
p { color: rgb(228,47,116); }
H1.HeaderClassName
{
color: #E42F74;
}
.AnyTagClassName
{
color: #E42F74;
}
</style>
background-color css
<style>
a { background-color: #E42F74; }
a { background-color: rgb(228,47,116); }
div.DivClassName
{
background-color: #E42F74;
}
.BgClassName
{
background-color: #E42F74;
}
</style>
border-color css
<style>
span { border-color: #E42F74; }
span { border-color: rgb(228,47,116); }
td.TdClassName
{
border-color: #E42F74;
}
.TagClassName
{
border-color: #E42F74;
}
</style>