Shades of Deep Magenta #E01ADD
Tints of Deep Magenta #E01ADD
RGB
CMYK
RGB Variations
Color information
#E01ADD (or 0xE01ADD) is known color: Deep Magenta. HEX triplet: E0, 1A and DD. RGB value is (224,26,221). Sum of RGB (Red+Green+Blue) = 224+26+221=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ADD is #1FE522. Grayscale: #6A6A6A. Windows color (decimal): -2090275 or 14490336. OLE color: 14490336.
HSL color Cylindrical-coordinate representation of color #E01ADD: hue angle of 300.91º 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 #E01ADD is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 221 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.12 |
| HSL | 300.91º | 0.79% | 0.49% | - |
| HSV(B) | 300.91º | 0.88% | 0.88% | - |
| XYZ | 44.16 | 21.81 | 70.29 | - |
| YUV | 107.43 | 192.1 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 221 | 0 | 0.88 | 0.01 | 0.12 | 300.91 | 0.79 | 0.49 |
| Hex | E0 | 1A | DD | 0 | 58 | 1 | C | 12D | 4F | 31 |
| Octal | 340 | 32 | 335 | 0 | 130 | 1 | 14 | 455 | 117 | 61 |
| Binary | 11100000 | 11010 | 11011101 | 0 | 1011000 | 1 | 1100 | 100101101 | 1001111 | 110001 |
Color Harmonies of #E01ADD
Complementary color
Monochromatic Colors of #E01ADD
Black with #E01ADD
Text Example
Text Example
White with #E01ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ADD; }
p { color: rgb(224,26,221); }
H1.HeaderClassName
{
color: #E01ADD;
}
.AnyTagClassName
{
color: #E01ADD;
}
</style>
background-color css
<style>
a { background-color: #E01ADD; }
a { background-color: rgb(224,26,221); }
div.DivClassName
{
background-color: #E01ADD;
}
.BgClassName
{
background-color: #E01ADD;
}
</style>
border-color css
<style>
span { border-color: #E01ADD; }
span { border-color: rgb(224,26,221); }
td.TdClassName
{
border-color: #E01ADD;
}
.TagClassName
{
border-color: #E01ADD;
}
</style>