Shades of Cerise #E42F5E
Tints of Cerise #E42F5E
RGB
CMYK
RGB Variations
Color information
#E42F5E (or 0xE42F5E) is known color: Cerise. HEX triplet: E4, 2F and 5E. RGB value is (228,47,94). Sum of RGB (Red+Green+Blue) = 228+47+94=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42F5E is #1BD0A1. Grayscale: #6A6A6A. Windows color (decimal): -1822882 or 6172644. OLE color: 6172644.
HSL color Cylindrical-coordinate representation of color #E42F5E: hue angle of 344.42º 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 #E42F5E is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 94 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.11 |
| HSL | 344.42º | 0.77% | 0.54% | - |
| HSV(B) | 344.42º | 0.79% | 0.89% | - |
| XYZ | 35.03 | 19.34 | 12.48 | - |
| YUV | 106.48 | 120.97 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 94 | 0 | 0.79 | 0.59 | 0.11 | 344.42 | 0.77 | 0.54 |
| Hex | E4 | 2F | 5E | 0 | 4F | 3B | B | 158 | 4D | 36 |
| Octal | 344 | 57 | 136 | 0 | 117 | 73 | 13 | 530 | 115 | 66 |
| Binary | 11100100 | 101111 | 1011110 | 0 | 1001111 | 111011 | 1011 | 101011000 | 1001101 | 110110 |
Color Harmonies of #E42F5E
Complementary color
Monochromatic Colors of #E42F5E
Black with #E42F5E
Text Example
Text Example
White with #E42F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42F5E; }
p { color: rgb(228,47,94); }
H1.HeaderClassName
{
color: #E42F5E;
}
.AnyTagClassName
{
color: #E42F5E;
}
</style>
background-color css
<style>
a { background-color: #E42F5E; }
a { background-color: rgb(228,47,94); }
div.DivClassName
{
background-color: #E42F5E;
}
.BgClassName
{
background-color: #E42F5E;
}
</style>
border-color css
<style>
span { border-color: #E42F5E; }
span { border-color: rgb(228,47,94); }
td.TdClassName
{
border-color: #E42F5E;
}
.TagClassName
{
border-color: #E42F5E;
}
</style>