Shades of Deep Magenta #E000CA
Tints of Deep Magenta #E000CA
RGB
CMYK
RGB Variations
Color information
#E000CA (or 0xE000CA) is known color: Deep Magenta. HEX triplet: E0, 00 and CA. RGB value is (224,0,202). Sum of RGB (Red+Green+Blue) = 224+0+202=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E000CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000CA is #1FFF35. Grayscale: #595959. Windows color (decimal): -2096950 or 13238496. OLE color: 13238496.
HSL color Cylindrical-coordinate representation of color #E000CA: hue angle of 305.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000CA is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.10 | 0.12 |
| HSL | 305.89º | 1% | 0.44% | - |
| HSV(B) | 305.89º | 1% | 0.88% | - |
| XYZ | 41.4 | 20.11 | 57.58 | - |
| YUV | 90 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 202 | 0 | 1 | 0.10 | 0.12 | 305.89 | 1 | 0.44 |
| Hex | E0 | 0 | CA | 0 | 64 | A | C | 132 | 64 | 2C |
| Octal | 340 | 0 | 312 | 0 | 144 | 12 | 14 | 462 | 144 | 54 |
| Binary | 11100000 | 0 | 11001010 | 0 | 1100100 | 1010 | 1100 | 100110010 | 1100100 | 101100 |
Color Harmonies of #E000CA
Complementary color
Monochromatic Colors of #E000CA
Black with #E000CA
Text Example
Text Example
White with #E000CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000CA; }
p { color: rgb(224,0,202); }
H1.HeaderClassName
{
color: #E000CA;
}
.AnyTagClassName
{
color: #E000CA;
}
</style>
background-color css
<style>
a { background-color: #E000CA; }
a { background-color: rgb(224,0,202); }
div.DivClassName
{
background-color: #E000CA;
}
.BgClassName
{
background-color: #E000CA;
}
</style>
border-color css
<style>
span { border-color: #E000CA; }
span { border-color: rgb(224,0,202); }
td.TdClassName
{
border-color: #E000CA;
}
.TagClassName
{
border-color: #E000CA;
}
</style>