Shades of Deep Cerise #E42885
Tints of Deep Cerise #E42885
RGB
CMYK
RGB Variations
Color information
#E42885 (or 0xE42885) is known color: Deep Cerise. HEX triplet: E4, 28 and 85. RGB value is (228,40,133). Sum of RGB (Red+Green+Blue) = 228+40+133=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E42885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42885 is #1BD77A. Grayscale: #6A6A6A. Windows color (decimal): -1824635 or 8726756. OLE color: 8726756.
HSL color Cylindrical-coordinate representation of color #E42885: hue angle of 330.32º 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 #E42885 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 133 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.11 |
| HSL | 330.32º | 0.78% | 0.53% | - |
| HSV(B) | 330.32º | 0.82% | 0.89% | - |
| XYZ | 36.99 | 19.71 | 24.04 | - |
| YUV | 106.81 | 142.78 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 133 | 0 | 0.82 | 0.42 | 0.11 | 330.32 | 0.78 | 0.53 |
| Hex | E4 | 28 | 85 | 0 | 52 | 2A | B | 14A | 4E | 35 |
| Octal | 344 | 50 | 205 | 0 | 122 | 52 | 13 | 512 | 116 | 65 |
| Binary | 11100100 | 101000 | 10000101 | 0 | 1010010 | 101010 | 1011 | 101001010 | 1001110 | 110101 |
Color Harmonies of #E42885
Complementary color
Monochromatic Colors of #E42885
Black with #E42885
Text Example
Text Example
White with #E42885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42885; }
p { color: rgb(228,40,133); }
H1.HeaderClassName
{
color: #E42885;
}
.AnyTagClassName
{
color: #E42885;
}
</style>
background-color css
<style>
a { background-color: #E42885; }
a { background-color: rgb(228,40,133); }
div.DivClassName
{
background-color: #E42885;
}
.BgClassName
{
background-color: #E42885;
}
</style>
border-color css
<style>
span { border-color: #E42885; }
span { border-color: rgb(228,40,133); }
td.TdClassName
{
border-color: #E42885;
}
.TagClassName
{
border-color: #E42885;
}
</style>