Shades of Deep Magenta #E002C1
Tints of Deep Magenta #E002C1
RGB
CMYK
RGB Variations
Color information
#E002C1 (or 0xE002C1) is known color: Deep Magenta. HEX triplet: E0, 02 and C1. RGB value is (224,2,193). Sum of RGB (Red+Green+Blue) = 224+2+193=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E002C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002C1 is #1FFD3E. Grayscale: #595959. Windows color (decimal): -2096447 or 12649184. OLE color: 12649184.
HSL color Cylindrical-coordinate representation of color #E002C1: hue angle of 308.38º 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 #E002C1 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 193 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.12 |
| HSL | 308.38º | 0.98% | 0.44% | - |
| HSV(B) | 308.38º | 0.99% | 0.88% | - |
| XYZ | 40.39 | 19.74 | 52.13 | - |
| YUV | 90.15 | 186.05 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 193 | 0 | 0.99 | 0.14 | 0.12 | 308.38 | 0.98 | 0.44 |
| Hex | E0 | 2 | C1 | 0 | 63 | E | C | 134 | 62 | 2C |
| Octal | 340 | 2 | 301 | 0 | 143 | 16 | 14 | 464 | 142 | 54 |
| Binary | 11100000 | 10 | 11000001 | 0 | 1100011 | 1110 | 1100 | 100110100 | 1100010 | 101100 |
Color Harmonies of #E002C1
Complementary color
Monochromatic Colors of #E002C1
Black with #E002C1
Text Example
Text Example
White with #E002C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002C1; }
p { color: rgb(224,2,193); }
H1.HeaderClassName
{
color: #E002C1;
}
.AnyTagClassName
{
color: #E002C1;
}
</style>
background-color css
<style>
a { background-color: #E002C1; }
a { background-color: rgb(224,2,193); }
div.DivClassName
{
background-color: #E002C1;
}
.BgClassName
{
background-color: #E002C1;
}
</style>
border-color css
<style>
span { border-color: #E002C1; }
span { border-color: rgb(224,2,193); }
td.TdClassName
{
border-color: #E002C1;
}
.TagClassName
{
border-color: #E002C1;
}
</style>