Shades of Deep Magenta #E21CD3
Tints of Deep Magenta #E21CD3
RGB
CMYK
RGB Variations
Color information
#E21CD3 (or 0xE21CD3) is known color: Deep Magenta. HEX triplet: E2, 1C and D3. RGB value is (226,28,211). Sum of RGB (Red+Green+Blue) = 226+28+211=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CD3 is #1DE32C. Grayscale: #6B6B6B. Windows color (decimal): -1958701 or 13835490. OLE color: 13835490.
HSL color Cylindrical-coordinate representation of color #E21CD3: hue angle of 304.55º 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 #E21CD3 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 211 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.11 |
| HSL | 304.55º | 0.78% | 0.5% | - |
| HSV(B) | 304.55º | 0.88% | 0.89% | - |
| XYZ | 43.54 | 21.7 | 63.52 | - |
| YUV | 108.06 | 186.1 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 211 | 0 | 0.88 | 0.07 | 0.11 | 304.55 | 0.78 | 0.5 |
| Hex | E2 | 1C | D3 | 0 | 58 | 7 | B | 131 | 4E | 32 |
| Octal | 342 | 34 | 323 | 0 | 130 | 7 | 13 | 461 | 116 | 62 |
| Binary | 11100010 | 11100 | 11010011 | 0 | 1011000 | 111 | 1011 | 100110001 | 1001110 | 110010 |
Color Harmonies of #E21CD3
Complementary color
Monochromatic Colors of #E21CD3
Black with #E21CD3
Text Example
Text Example
White with #E21CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CD3; }
p { color: rgb(226,28,211); }
H1.HeaderClassName
{
color: #E21CD3;
}
.AnyTagClassName
{
color: #E21CD3;
}
</style>
background-color css
<style>
a { background-color: #E21CD3; }
a { background-color: rgb(226,28,211); }
div.DivClassName
{
background-color: #E21CD3;
}
.BgClassName
{
background-color: #E21CD3;
}
</style>
border-color css
<style>
span { border-color: #E21CD3; }
span { border-color: rgb(226,28,211); }
td.TdClassName
{
border-color: #E21CD3;
}
.TagClassName
{
border-color: #E21CD3;
}
</style>