Shades of Deep Magenta #E01AD3
Tints of Deep Magenta #E01AD3
RGB
CMYK
RGB Variations
Color information
#E01AD3 (or 0xE01AD3) is known color: Deep Magenta. HEX triplet: E0, 1A and D3. RGB value is (224,26,211). Sum of RGB (Red+Green+Blue) = 224+26+211=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01AD3 is #1FE52C. Grayscale: #696969. Windows color (decimal): -2090285 or 13834976. OLE color: 13834976.
HSL color Cylindrical-coordinate representation of color #E01AD3: hue angle of 303.94º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01AD3 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 211 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.12 |
| HSL | 303.94º | 0.79% | 0.49% | - |
| HSV(B) | 303.94º | 0.88% | 0.88% | - |
| XYZ | 42.87 | 21.29 | 63.48 | - |
| YUV | 106.29 | 187.1 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 211 | 0 | 0.88 | 0.06 | 0.12 | 303.94 | 0.79 | 0.49 |
| Hex | E0 | 1A | D3 | 0 | 58 | 6 | C | 130 | 4F | 31 |
| Octal | 340 | 32 | 323 | 0 | 130 | 6 | 14 | 460 | 117 | 61 |
| Binary | 11100000 | 11010 | 11010011 | 0 | 1011000 | 110 | 1100 | 100110000 | 1001111 | 110001 |
Color Harmonies of #E01AD3
Complementary color
Monochromatic Colors of #E01AD3
Black with #E01AD3
Text Example
Text Example
White with #E01AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AD3; }
p { color: rgb(224,26,211); }
H1.HeaderClassName
{
color: #E01AD3;
}
.AnyTagClassName
{
color: #E01AD3;
}
</style>
background-color css
<style>
a { background-color: #E01AD3; }
a { background-color: rgb(224,26,211); }
div.DivClassName
{
background-color: #E01AD3;
}
.BgClassName
{
background-color: #E01AD3;
}
</style>
border-color css
<style>
span { border-color: #E01AD3; }
span { border-color: rgb(224,26,211); }
td.TdClassName
{
border-color: #E01AD3;
}
.TagClassName
{
border-color: #E01AD3;
}
</style>