Shades of Deep Cerise #E42082
Tints of Deep Cerise #E42082
RGB
CMYK
RGB Variations
Color information
#E42082 (or 0xE42082) is known color: Deep Cerise. HEX triplet: E4, 20 and 82. RGB value is (228,32,130). Sum of RGB (Red+Green+Blue) = 228+32+130=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E42082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42082 is #1BDF7D. Grayscale: #656565. Windows color (decimal): -1826686 or 8528100. OLE color: 8528100.
HSL color Cylindrical-coordinate representation of color #E42082: hue angle of 330º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42082 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 130 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.11 |
| HSL | 330º | 0.78% | 0.51% | - |
| HSV(B) | 330º | 0.86% | 0.89% | - |
| XYZ | 36.54 | 19.14 | 22.89 | - |
| YUV | 101.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 130 | 0 | 0.86 | 0.43 | 0.11 | 330 | 0.78 | 0.51 |
| Hex | E4 | 20 | 82 | 0 | 56 | 2B | B | 14A | 4E | 33 |
| Octal | 344 | 40 | 202 | 0 | 126 | 53 | 13 | 512 | 116 | 63 |
| Binary | 11100100 | 100000 | 10000010 | 0 | 1010110 | 101011 | 1011 | 101001010 | 1001110 | 110011 |
Color Harmonies of #E42082
Complementary color
Monochromatic Colors of #E42082
Black with #E42082
Text Example
Text Example
White with #E42082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42082; }
p { color: rgb(228,32,130); }
H1.HeaderClassName
{
color: #E42082;
}
.AnyTagClassName
{
color: #E42082;
}
</style>
background-color css
<style>
a { background-color: #E42082; }
a { background-color: rgb(228,32,130); }
div.DivClassName
{
background-color: #E42082;
}
.BgClassName
{
background-color: #E42082;
}
</style>
border-color css
<style>
span { border-color: #E42082; }
span { border-color: rgb(228,32,130); }
td.TdClassName
{
border-color: #E42082;
}
.TagClassName
{
border-color: #E42082;
}
</style>