Shades of Deep Magenta #E101CA
Tints of Deep Magenta #E101CA
RGB
CMYK
RGB Variations
Color information
#E101CA (or 0xE101CA) is known color: Deep Magenta. HEX triplet: E1, 01 and CA. RGB value is (225,1,202). Sum of RGB (Red+Green+Blue) = 225+1+202=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E101CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101CA is #1EFE35. Grayscale: #5A5A5A. Windows color (decimal): -2031158 or 13238753. OLE color: 13238753.
HSL color Cylindrical-coordinate representation of color #E101CA: hue angle of 306.16º 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 #E101CA is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.12 |
| HSL | 306.16º | 0.99% | 0.44% | - |
| HSV(B) | 306.16º | 1% | 0.88% | - |
| XYZ | 41.72 | 20.29 | 57.6 | - |
| YUV | 90.89 | 190.71 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 202 | 0 | 1.00 | 0.10 | 0.12 | 306.16 | 0.99 | 0.44 |
| Hex | E1 | 1 | CA | 0 | 64 | A | C | 132 | 63 | 2C |
| Octal | 341 | 1 | 312 | 0 | 144 | 12 | 14 | 462 | 143 | 54 |
| Binary | 11100001 | 1 | 11001010 | 0 | 1100100 | 1010 | 1100 | 100110010 | 1100011 | 101100 |
Color Harmonies of #E101CA
Complementary color
Monochromatic Colors of #E101CA
Black with #E101CA
Text Example
Text Example
White with #E101CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101CA; }
p { color: rgb(225,1,202); }
H1.HeaderClassName
{
color: #E101CA;
}
.AnyTagClassName
{
color: #E101CA;
}
</style>
background-color css
<style>
a { background-color: #E101CA; }
a { background-color: rgb(225,1,202); }
div.DivClassName
{
background-color: #E101CA;
}
.BgClassName
{
background-color: #E101CA;
}
</style>
border-color css
<style>
span { border-color: #E101CA; }
span { border-color: rgb(225,1,202); }
td.TdClassName
{
border-color: #E101CA;
}
.TagClassName
{
border-color: #E101CA;
}
</style>