Shades of Deep Magenta #E010CA
Tints of Deep Magenta #E010CA
RGB
CMYK
RGB Variations
Color information
#E010CA (or 0xE010CA) is known color: Deep Magenta. HEX triplet: E0, 10 and CA. RGB value is (224,16,202). Sum of RGB (Red+Green+Blue) = 224+16+202=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E010CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010CA is #1FEF35. Grayscale: #626262. Windows color (decimal): -2092854 or 13242592. OLE color: 13242592.
HSL color Cylindrical-coordinate representation of color #E010CA: hue angle of 306.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010CA is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.12 |
| HSL | 306.35º | 0.87% | 0.47% | - |
| HSV(B) | 306.35º | 0.93% | 0.88% | - |
| XYZ | 41.59 | 20.48 | 57.64 | - |
| YUV | 99.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 202 | 0 | 0.93 | 0.10 | 0.12 | 306.35 | 0.87 | 0.47 |
| Hex | E0 | 10 | CA | 0 | 5D | A | C | 132 | 57 | 2F |
| Octal | 340 | 20 | 312 | 0 | 135 | 12 | 14 | 462 | 127 | 57 |
| Binary | 11100000 | 10000 | 11001010 | 0 | 1011101 | 1010 | 1100 | 100110010 | 1010111 | 101111 |
Color Harmonies of #E010CA
Complementary color
Monochromatic Colors of #E010CA
Black with #E010CA
Text Example
Text Example
White with #E010CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010CA; }
p { color: rgb(224,16,202); }
H1.HeaderClassName
{
color: #E010CA;
}
.AnyTagClassName
{
color: #E010CA;
}
</style>
background-color css
<style>
a { background-color: #E010CA; }
a { background-color: rgb(224,16,202); }
div.DivClassName
{
background-color: #E010CA;
}
.BgClassName
{
background-color: #E010CA;
}
</style>
border-color css
<style>
span { border-color: #E010CA; }
span { border-color: rgb(224,16,202); }
td.TdClassName
{
border-color: #E010CA;
}
.TagClassName
{
border-color: #E010CA;
}
</style>