Shades of Cerise #E42964
Tints of Cerise #E42964
RGB
CMYK
RGB Variations
Color information
#E42964 (or 0xE42964) is known color: Cerise. HEX triplet: E4, 29 and 64. RGB value is (228,41,100). Sum of RGB (Red+Green+Blue) = 228+41+100=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E42964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42964 is #1BD69B. Grayscale: #676767. Windows color (decimal): -1824412 or 6564324. OLE color: 6564324.
HSL color Cylindrical-coordinate representation of color #E42964: hue angle of 341.07º 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 #E42964 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 100 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.11 |
| HSL | 341.07º | 0.78% | 0.53% | - |
| HSV(B) | 341.07º | 0.82% | 0.89% | - |
| XYZ | 35.09 | 19 | 13.87 | - |
| YUV | 103.64 | 125.95 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 100 | 0 | 0.82 | 0.56 | 0.11 | 341.07 | 0.78 | 0.53 |
| Hex | E4 | 29 | 64 | 0 | 52 | 38 | B | 155 | 4E | 35 |
| Octal | 344 | 51 | 144 | 0 | 122 | 70 | 13 | 525 | 116 | 65 |
| Binary | 11100100 | 101001 | 1100100 | 0 | 1010010 | 111000 | 1011 | 101010101 | 1001110 | 110101 |
Color Harmonies of #E42964
Complementary color
Monochromatic Colors of #E42964
Black with #E42964
Text Example
Text Example
White with #E42964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42964; }
p { color: rgb(228,41,100); }
H1.HeaderClassName
{
color: #E42964;
}
.AnyTagClassName
{
color: #E42964;
}
</style>
background-color css
<style>
a { background-color: #E42964; }
a { background-color: rgb(228,41,100); }
div.DivClassName
{
background-color: #E42964;
}
.BgClassName
{
background-color: #E42964;
}
</style>
border-color css
<style>
span { border-color: #E42964; }
span { border-color: rgb(228,41,100); }
td.TdClassName
{
border-color: #E42964;
}
.TagClassName
{
border-color: #E42964;
}
</style>