Shades of Deep Magenta #E002CA
Tints of Deep Magenta #E002CA
RGB
CMYK
RGB Variations
Color information
#E002CA (or 0xE002CA) is known color: Deep Magenta. HEX triplet: E0, 02 and CA. RGB value is (224,2,202). Sum of RGB (Red+Green+Blue) = 224+2+202=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E002CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002CA is #1FFD35. Grayscale: #5A5A5A. Windows color (decimal): -2096438 or 13239008. OLE color: 13239008.
HSL color Cylindrical-coordinate representation of color #E002CA: hue angle of 305.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002CA is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.12 |
| HSL | 305.95º | 0.98% | 0.44% | - |
| HSV(B) | 305.95º | 0.99% | 0.88% | - |
| XYZ | 41.42 | 20.15 | 57.58 | - |
| YUV | 91.18 | 190.55 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 202 | 0 | 0.99 | 0.10 | 0.12 | 305.95 | 0.98 | 0.44 |
| Hex | E0 | 2 | CA | 0 | 63 | A | C | 132 | 62 | 2C |
| Octal | 340 | 2 | 312 | 0 | 143 | 12 | 14 | 462 | 142 | 54 |
| Binary | 11100000 | 10 | 11001010 | 0 | 1100011 | 1010 | 1100 | 100110010 | 1100010 | 101100 |
Color Harmonies of #E002CA
Complementary color
Monochromatic Colors of #E002CA
Black with #E002CA
Text Example
Text Example
White with #E002CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002CA; }
p { color: rgb(224,2,202); }
H1.HeaderClassName
{
color: #E002CA;
}
.AnyTagClassName
{
color: #E002CA;
}
</style>
background-color css
<style>
a { background-color: #E002CA; }
a { background-color: rgb(224,2,202); }
div.DivClassName
{
background-color: #E002CA;
}
.BgClassName
{
background-color: #E002CA;
}
</style>
border-color css
<style>
span { border-color: #E002CA; }
span { border-color: rgb(224,2,202); }
td.TdClassName
{
border-color: #E002CA;
}
.TagClassName
{
border-color: #E002CA;
}
</style>