Shades of Deep Magenta #E20CD3
Tints of Deep Magenta #E20CD3
RGB
CMYK
RGB Variations
Color information
#E20CD3 (or 0xE20CD3) is known color: Deep Magenta. HEX triplet: E2, 0C and D3. RGB value is (226,12,211). Sum of RGB (Red+Green+Blue) = 226+12+211=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CD3 is #1DF32C. Grayscale: #626262. Windows color (decimal): -1962797 or 13831394. OLE color: 13831394.
HSL color Cylindrical-coordinate representation of color #E20CD3: hue angle of 304.21º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CD3 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 211 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.11 |
| HSL | 304.21º | 0.9% | 0.47% | - |
| HSV(B) | 304.21º | 0.95% | 0.89% | - |
| XYZ | 43.25 | 21.13 | 63.43 | - |
| YUV | 98.67 | 191.4 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 211 | 0 | 0.95 | 0.07 | 0.11 | 304.21 | 0.9 | 0.47 |
| Hex | E2 | C | D3 | 0 | 5F | 7 | B | 130 | 5A | 2F |
| Octal | 342 | 14 | 323 | 0 | 137 | 7 | 13 | 460 | 132 | 57 |
| Binary | 11100010 | 1100 | 11010011 | 0 | 1011111 | 111 | 1011 | 100110000 | 1011010 | 101111 |
Color Harmonies of #E20CD3
Complementary color
Monochromatic Colors of #E20CD3
Black with #E20CD3
Text Example
Text Example
White with #E20CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CD3; }
p { color: rgb(226,12,211); }
H1.HeaderClassName
{
color: #E20CD3;
}
.AnyTagClassName
{
color: #E20CD3;
}
</style>
background-color css
<style>
a { background-color: #E20CD3; }
a { background-color: rgb(226,12,211); }
div.DivClassName
{
background-color: #E20CD3;
}
.BgClassName
{
background-color: #E20CD3;
}
</style>
border-color css
<style>
span { border-color: #E20CD3; }
span { border-color: rgb(226,12,211); }
td.TdClassName
{
border-color: #E20CD3;
}
.TagClassName
{
border-color: #E20CD3;
}
</style>