Shades of Deep Cerise #E42879
Tints of Deep Cerise #E42879
RGB
CMYK
RGB Variations
Color information
#E42879 (or 0xE42879) is known color: Deep Cerise. HEX triplet: E4, 28 and 79. RGB value is (228,40,121). Sum of RGB (Red+Green+Blue) = 228+40+121=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E42879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42879 is #1BD786. Grayscale: #696969. Windows color (decimal): -1824647 or 7940324. OLE color: 7940324.
HSL color Cylindrical-coordinate representation of color #E42879: hue angle of 334.15º 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 #E42879 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 121 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.11 |
| HSL | 334.15º | 0.78% | 0.53% | - |
| HSV(B) | 334.15º | 0.82% | 0.89% | - |
| XYZ | 36.2 | 19.39 | 19.92 | - |
| YUV | 105.45 | 136.78 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 121 | 0 | 0.82 | 0.47 | 0.11 | 334.15 | 0.78 | 0.53 |
| Hex | E4 | 28 | 79 | 0 | 52 | 2F | B | 14E | 4E | 35 |
| Octal | 344 | 50 | 171 | 0 | 122 | 57 | 13 | 516 | 116 | 65 |
| Binary | 11100100 | 101000 | 1111001 | 0 | 1010010 | 101111 | 1011 | 101001110 | 1001110 | 110101 |
Color Harmonies of #E42879
Complementary color
Monochromatic Colors of #E42879
Black with #E42879
Text Example
Text Example
White with #E42879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42879; }
p { color: rgb(228,40,121); }
H1.HeaderClassName
{
color: #E42879;
}
.AnyTagClassName
{
color: #E42879;
}
</style>
background-color css
<style>
a { background-color: #E42879; }
a { background-color: rgb(228,40,121); }
div.DivClassName
{
background-color: #E42879;
}
.BgClassName
{
background-color: #E42879;
}
</style>
border-color css
<style>
span { border-color: #E42879; }
span { border-color: rgb(228,40,121); }
td.TdClassName
{
border-color: #E42879;
}
.TagClassName
{
border-color: #E42879;
}
</style>