Shades of Deep Magenta #E200CA
Tints of Deep Magenta #E200CA
RGB
CMYK
RGB Variations
Color information
#E200CA (or 0xE200CA) is known color: Deep Magenta. HEX triplet: E2, 00 and CA. RGB value is (226,0,202). Sum of RGB (Red+Green+Blue) = 226+0+202=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E200CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200CA is #1DFF35. Grayscale: #5A5A5A. Windows color (decimal): -1965878 or 13238498. OLE color: 13238498.
HSL color Cylindrical-coordinate representation of color #E200CA: hue angle of 306.37º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200CA is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.11 | 0.11 |
| HSL | 306.37º | 1% | 0.44% | - |
| HSV(B) | 306.37º | 1% | 0.89% | - |
| XYZ | 42.02 | 20.43 | 57.61 | - |
| YUV | 90.6 | 190.87 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 202 | 0 | 1 | 0.11 | 0.11 | 306.37 | 1 | 0.44 |
| Hex | E2 | 0 | CA | 0 | 64 | B | B | 132 | 64 | 2C |
| Octal | 342 | 0 | 312 | 0 | 144 | 13 | 13 | 462 | 144 | 54 |
| Binary | 11100010 | 0 | 11001010 | 0 | 1100100 | 1011 | 1011 | 100110010 | 1100100 | 101100 |
Color Harmonies of #E200CA
Complementary color
Monochromatic Colors of #E200CA
Black with #E200CA
Text Example
Text Example
White with #E200CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200CA; }
p { color: rgb(226,0,202); }
H1.HeaderClassName
{
color: #E200CA;
}
.AnyTagClassName
{
color: #E200CA;
}
</style>
background-color css
<style>
a { background-color: #E200CA; }
a { background-color: rgb(226,0,202); }
div.DivClassName
{
background-color: #E200CA;
}
.BgClassName
{
background-color: #E200CA;
}
</style>
border-color css
<style>
span { border-color: #E200CA; }
span { border-color: rgb(226,0,202); }
td.TdClassName
{
border-color: #E200CA;
}
.TagClassName
{
border-color: #E200CA;
}
</style>