Shades of Cerise #E42961
Tints of Cerise #E42961
RGB
CMYK
RGB Variations
Color information
#E42961 (or 0xE42961) is known color: Cerise. HEX triplet: E4, 29 and 61. RGB value is (228,41,97). Sum of RGB (Red+Green+Blue) = 228+41+97=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E42961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42961 is #1BD69E. Grayscale: #676767. Windows color (decimal): -1824415 or 6367716. OLE color: 6367716.
HSL color Cylindrical-coordinate representation of color #E42961: hue angle of 342.03º 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 #E42961 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 97 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.11 |
| HSL | 342.03º | 0.78% | 0.53% | - |
| HSV(B) | 342.03º | 0.82% | 0.89% | - |
| XYZ | 34.95 | 18.94 | 13.12 | - |
| YUV | 103.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 97 | 0 | 0.82 | 0.57 | 0.11 | 342.03 | 0.78 | 0.53 |
| Hex | E4 | 29 | 61 | 0 | 52 | 39 | B | 156 | 4E | 35 |
| Octal | 344 | 51 | 141 | 0 | 122 | 71 | 13 | 526 | 116 | 65 |
| Binary | 11100100 | 101001 | 1100001 | 0 | 1010010 | 111001 | 1011 | 101010110 | 1001110 | 110101 |
Color Harmonies of #E42961
Complementary color
Monochromatic Colors of #E42961
Black with #E42961
Text Example
Text Example
White with #E42961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42961; }
p { color: rgb(228,41,97); }
H1.HeaderClassName
{
color: #E42961;
}
.AnyTagClassName
{
color: #E42961;
}
</style>
background-color css
<style>
a { background-color: #E42961; }
a { background-color: rgb(228,41,97); }
div.DivClassName
{
background-color: #E42961;
}
.BgClassName
{
background-color: #E42961;
}
</style>
border-color css
<style>
span { border-color: #E42961; }
span { border-color: rgb(228,41,97); }
td.TdClassName
{
border-color: #E42961;
}
.TagClassName
{
border-color: #E42961;
}
</style>