Shades of Deep Magenta #E101D5
Tints of Deep Magenta #E101D5
RGB
CMYK
RGB Variations
Color information
#E101D5 (or 0xE101D5) is known color: Deep Magenta. HEX triplet: E1, 01 and D5. RGB value is (225,1,213). Sum of RGB (Red+Green+Blue) = 225+1+213=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E101D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101D5 is #1EFE2A. Grayscale: #5B5B5B. Windows color (decimal): -2031147 or 13959649. OLE color: 13959649.
HSL color Cylindrical-coordinate representation of color #E101D5: hue angle of 303.21º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101D5 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 213 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.12 |
| HSL | 303.21º | 0.99% | 0.44% | - |
| HSV(B) | 303.21º | 1% | 0.88% | - |
| XYZ | 43.07 | 20.83 | 64.7 | - |
| YUV | 92.14 | 196.21 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 213 | 0 | 1.00 | 0.05 | 0.12 | 303.21 | 0.99 | 0.44 |
| Hex | E1 | 1 | D5 | 0 | 64 | 5 | C | 12F | 63 | 2C |
| Octal | 341 | 1 | 325 | 0 | 144 | 5 | 14 | 457 | 143 | 54 |
| Binary | 11100001 | 1 | 11010101 | 0 | 1100100 | 101 | 1100 | 100101111 | 1100011 | 101100 |
Color Harmonies of #E101D5
Complementary color
Monochromatic Colors of #E101D5
Black with #E101D5
Text Example
Text Example
White with #E101D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101D5; }
p { color: rgb(225,1,213); }
H1.HeaderClassName
{
color: #E101D5;
}
.AnyTagClassName
{
color: #E101D5;
}
</style>
background-color css
<style>
a { background-color: #E101D5; }
a { background-color: rgb(225,1,213); }
div.DivClassName
{
background-color: #E101D5;
}
.BgClassName
{
background-color: #E101D5;
}
</style>
border-color css
<style>
span { border-color: #E101D5; }
span { border-color: rgb(225,1,213); }
td.TdClassName
{
border-color: #E101D5;
}
.TagClassName
{
border-color: #E101D5;
}
</style>