Shades of Deep Magenta #E001C2
Tints of Deep Magenta #E001C2
RGB
CMYK
RGB Variations
Color information
#E001C2 (or 0xE001C2) is known color: Deep Magenta. HEX triplet: E0, 01 and C2. RGB value is (224,1,194). Sum of RGB (Red+Green+Blue) = 224+1+194=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E001C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001C2 is #1FFE3D. Grayscale: #595959. Windows color (decimal): -2096702 or 12714464. OLE color: 12714464.
HSL color Cylindrical-coordinate representation of color #E001C2: hue angle of 308.07º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001C2 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 194 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.12 |
| HSL | 308.07º | 0.99% | 0.44% | - |
| HSV(B) | 308.07º | 1% | 0.88% | - |
| XYZ | 40.49 | 19.76 | 52.72 | - |
| YUV | 89.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 194 | 0 | 1.00 | 0.13 | 0.12 | 308.07 | 0.99 | 0.44 |
| Hex | E0 | 1 | C2 | 0 | 64 | D | C | 134 | 63 | 2C |
| Octal | 340 | 1 | 302 | 0 | 144 | 15 | 14 | 464 | 143 | 54 |
| Binary | 11100000 | 1 | 11000010 | 0 | 1100100 | 1101 | 1100 | 100110100 | 1100011 | 101100 |
Color Harmonies of #E001C2
Complementary color
Monochromatic Colors of #E001C2
Black with #E001C2
Text Example
Text Example
White with #E001C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001C2; }
p { color: rgb(224,1,194); }
H1.HeaderClassName
{
color: #E001C2;
}
.AnyTagClassName
{
color: #E001C2;
}
</style>
background-color css
<style>
a { background-color: #E001C2; }
a { background-color: rgb(224,1,194); }
div.DivClassName
{
background-color: #E001C2;
}
.BgClassName
{
background-color: #E001C2;
}
</style>
border-color css
<style>
span { border-color: #E001C2; }
span { border-color: rgb(224,1,194); }
td.TdClassName
{
border-color: #E001C2;
}
.TagClassName
{
border-color: #E001C2;
}
</style>