Shades of Deep Magenta #E21CDF
Tints of Deep Magenta #E21CDF
RGB
CMYK
RGB Variations
Color information
#E21CDF (or 0xE21CDF) is known color: Deep Magenta. HEX triplet: E2, 1C and DF. RGB value is (226,28,223). Sum of RGB (Red+Green+Blue) = 226+28+223=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CDF is #1DE320. Grayscale: #6C6C6C. Windows color (decimal): -1958689 or 14621922. OLE color: 14621922.
HSL color Cylindrical-coordinate representation of color #E21CDF: hue angle of 300.91º 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 #E21CDF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 223 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.11 |
| HSL | 300.91º | 0.78% | 0.5% | - |
| HSV(B) | 300.91º | 0.88% | 0.89% | - |
| XYZ | 45.1 | 22.33 | 71.74 | - |
| YUV | 109.43 | 192.1 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 223 | 0 | 0.88 | 0.01 | 0.11 | 300.91 | 0.78 | 0.5 |
| Hex | E2 | 1C | DF | 0 | 58 | 1 | B | 12D | 4E | 32 |
| Octal | 342 | 34 | 337 | 0 | 130 | 1 | 13 | 455 | 116 | 62 |
| Binary | 11100010 | 11100 | 11011111 | 0 | 1011000 | 1 | 1011 | 100101101 | 1001110 | 110010 |
Color Harmonies of #E21CDF
Complementary color
Monochromatic Colors of #E21CDF
Black with #E21CDF
Text Example
Text Example
White with #E21CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CDF; }
p { color: rgb(226,28,223); }
H1.HeaderClassName
{
color: #E21CDF;
}
.AnyTagClassName
{
color: #E21CDF;
}
</style>
background-color css
<style>
a { background-color: #E21CDF; }
a { background-color: rgb(226,28,223); }
div.DivClassName
{
background-color: #E21CDF;
}
.BgClassName
{
background-color: #E21CDF;
}
</style>
border-color css
<style>
span { border-color: #E21CDF; }
span { border-color: rgb(226,28,223); }
td.TdClassName
{
border-color: #E21CDF;
}
.TagClassName
{
border-color: #E21CDF;
}
</style>