Shades of Deep Cerise #E42984
Tints of Deep Cerise #E42984
RGB
CMYK
RGB Variations
Color information
#E42984 (or 0xE42984) is known color: Deep Cerise. HEX triplet: E4, 29 and 84. RGB value is (228,41,132). Sum of RGB (Red+Green+Blue) = 228+41+132=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E42984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42984 is #1BD67B. Grayscale: #6B6B6B. Windows color (decimal): -1824380 or 8661476. OLE color: 8661476.
HSL color Cylindrical-coordinate representation of color #E42984: hue angle of 330.8º 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 #E42984 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 132 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.11 |
| HSL | 330.8º | 0.78% | 0.53% | - |
| HSV(B) | 330.8º | 0.82% | 0.89% | - |
| XYZ | 36.95 | 19.75 | 23.69 | - |
| YUV | 107.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 132 | 0 | 0.82 | 0.42 | 0.11 | 330.8 | 0.78 | 0.53 |
| Hex | E4 | 29 | 84 | 0 | 52 | 2A | B | 14B | 4E | 35 |
| Octal | 344 | 51 | 204 | 0 | 122 | 52 | 13 | 513 | 116 | 65 |
| Binary | 11100100 | 101001 | 10000100 | 0 | 1010010 | 101010 | 1011 | 101001011 | 1001110 | 110101 |
Color Harmonies of #E42984
Complementary color
Monochromatic Colors of #E42984
Black with #E42984
Text Example
Text Example
White with #E42984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42984; }
p { color: rgb(228,41,132); }
H1.HeaderClassName
{
color: #E42984;
}
.AnyTagClassName
{
color: #E42984;
}
</style>
background-color css
<style>
a { background-color: #E42984; }
a { background-color: rgb(228,41,132); }
div.DivClassName
{
background-color: #E42984;
}
.BgClassName
{
background-color: #E42984;
}
</style>
border-color css
<style>
span { border-color: #E42984; }
span { border-color: rgb(228,41,132); }
td.TdClassName
{
border-color: #E42984;
}
.TagClassName
{
border-color: #E42984;
}
</style>