Shades of Deep Magenta #E21CD2
Tints of Deep Magenta #E21CD2
RGB
CMYK
RGB Variations
Color information
#E21CD2 (or 0xE21CD2) is known color: Deep Magenta. HEX triplet: E2, 1C and D2. RGB value is (226,28,210). Sum of RGB (Red+Green+Blue) = 226+28+210=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CD2 is #1DE32D. Grayscale: #6B6B6B. Windows color (decimal): -1958702 or 13769954. OLE color: 13769954.
HSL color Cylindrical-coordinate representation of color #E21CD2: hue angle of 304.85º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21CD2 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 210 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.11 |
| HSL | 304.85º | 0.78% | 0.5% | - |
| HSV(B) | 304.85º | 0.88% | 0.89% | - |
| XYZ | 43.41 | 21.65 | 62.86 | - |
| YUV | 107.95 | 185.6 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 210 | 0 | 0.88 | 0.07 | 0.11 | 304.85 | 0.78 | 0.5 |
| Hex | E2 | 1C | D2 | 0 | 58 | 7 | B | 131 | 4E | 32 |
| Octal | 342 | 34 | 322 | 0 | 130 | 7 | 13 | 461 | 116 | 62 |
| Binary | 11100010 | 11100 | 11010010 | 0 | 1011000 | 111 | 1011 | 100110001 | 1001110 | 110010 |
Color Harmonies of #E21CD2
Complementary color
Monochromatic Colors of #E21CD2
Black with #E21CD2
Text Example
Text Example
White with #E21CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CD2; }
p { color: rgb(226,28,210); }
H1.HeaderClassName
{
color: #E21CD2;
}
.AnyTagClassName
{
color: #E21CD2;
}
</style>
background-color css
<style>
a { background-color: #E21CD2; }
a { background-color: rgb(226,28,210); }
div.DivClassName
{
background-color: #E21CD2;
}
.BgClassName
{
background-color: #E21CD2;
}
</style>
border-color css
<style>
span { border-color: #E21CD2; }
span { border-color: rgb(226,28,210); }
td.TdClassName
{
border-color: #E21CD2;
}
.TagClassName
{
border-color: #E21CD2;
}
</style>