Shades of Deep Cerise #E21D84
Tints of Deep Cerise #E21D84
RGB
CMYK
RGB Variations
Color information
#E21D84 (or 0xE21D84) is known color: Deep Cerise. HEX triplet: E2, 1D and 84. RGB value is (226,29,132). Sum of RGB (Red+Green+Blue) = 226+29+132=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21D84 is #1DE27B. Grayscale: #636363. Windows color (decimal): -1958524 or 8658402. OLE color: 8658402.
HSL color Cylindrical-coordinate representation of color #E21D84: hue angle of 328.63º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D84 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 132 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.11 |
| HSL | 328.63º | 0.77% | 0.5% | - |
| HSV(B) | 328.63º | 0.87% | 0.89% | - |
| XYZ | 35.97 | 18.71 | 23.55 | - |
| YUV | 99.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 132 | 0 | 0.87 | 0.42 | 0.11 | 328.63 | 0.77 | 0.5 |
| Hex | E2 | 1D | 84 | 0 | 57 | 2A | B | 149 | 4D | 32 |
| Octal | 342 | 35 | 204 | 0 | 127 | 52 | 13 | 511 | 115 | 62 |
| Binary | 11100010 | 11101 | 10000100 | 0 | 1010111 | 101010 | 1011 | 101001001 | 1001101 | 110010 |
Color Harmonies of #E21D84
Complementary color
Monochromatic Colors of #E21D84
Black with #E21D84
Text Example
Text Example
White with #E21D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21D84; }
p { color: rgb(226,29,132); }
H1.HeaderClassName
{
color: #E21D84;
}
.AnyTagClassName
{
color: #E21D84;
}
</style>
background-color css
<style>
a { background-color: #E21D84; }
a { background-color: rgb(226,29,132); }
div.DivClassName
{
background-color: #E21D84;
}
.BgClassName
{
background-color: #E21D84;
}
</style>
border-color css
<style>
span { border-color: #E21D84; }
span { border-color: rgb(226,29,132); }
td.TdClassName
{
border-color: #E21D84;
}
.TagClassName
{
border-color: #E21D84;
}
</style>