Shades of Cerise #E42965
Tints of Cerise #E42965
RGB
CMYK
RGB Variations
Color information
#E42965 (or 0xE42965) is known color: Cerise. HEX triplet: E4, 29 and 65. RGB value is (228,41,101). Sum of RGB (Red+Green+Blue) = 228+41+101=370 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.62% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 228 - color contains mainly: red. Hex color #E42965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42965 is #1BD69A. Grayscale: #676767. Windows color (decimal): -1824411 or 6629860. OLE color: 6629860.
HSL color Cylindrical-coordinate representation of color #E42965: hue angle of 340.75º 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 #E42965 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 101 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.11 |
| HSL | 340.75º | 0.78% | 0.53% | - |
| HSV(B) | 340.75º | 0.82% | 0.89% | - |
| XYZ | 35.14 | 19.02 | 14.13 | - |
| YUV | 103.75 | 126.45 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 101 | 0 | 0.82 | 0.56 | 0.11 | 340.75 | 0.78 | 0.53 |
| Hex | E4 | 29 | 65 | 0 | 52 | 38 | B | 155 | 4E | 35 |
| Octal | 344 | 51 | 145 | 0 | 122 | 70 | 13 | 525 | 116 | 65 |
| Binary | 11100100 | 101001 | 1100101 | 0 | 1010010 | 111000 | 1011 | 101010101 | 1001110 | 110101 |
Color Harmonies of #E42965
Complementary color
Monochromatic Colors of #E42965
Black with #E42965
Text Example
Text Example
White with #E42965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42965; }
p { color: rgb(228,41,101); }
H1.HeaderClassName
{
color: #E42965;
}
.AnyTagClassName
{
color: #E42965;
}
</style>
background-color css
<style>
a { background-color: #E42965; }
a { background-color: rgb(228,41,101); }
div.DivClassName
{
background-color: #E42965;
}
.BgClassName
{
background-color: #E42965;
}
</style>
border-color css
<style>
span { border-color: #E42965; }
span { border-color: rgb(228,41,101); }
td.TdClassName
{
border-color: #E42965;
}
.TagClassName
{
border-color: #E42965;
}
</style>