Shades of Deep Magenta #E101C8
Tints of Deep Magenta #E101C8
RGB
CMYK
RGB Variations
Color information
#E101C8 (or 0xE101C8) is known color: Deep Magenta. HEX triplet: E1, 01 and C8. RGB value is (225,1,200). Sum of RGB (Red+Green+Blue) = 225+1+200=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E101C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101C8 is #1EFE37. Grayscale: #5A5A5A. Windows color (decimal): -2031160 or 13107681. OLE color: 13107681.
HSL color Cylindrical-coordinate representation of color #E101C8: hue angle of 306.7º 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 #E101C8 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 200 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.12 |
| HSL | 306.7º | 0.99% | 0.44% | - |
| HSV(B) | 306.7º | 1% | 0.88% | - |
| XYZ | 41.49 | 20.2 | 56.36 | - |
| YUV | 90.66 | 189.71 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 200 | 0 | 1.00 | 0.11 | 0.12 | 306.7 | 0.99 | 0.44 |
| Hex | E1 | 1 | C8 | 0 | 64 | B | C | 133 | 63 | 2C |
| Octal | 341 | 1 | 310 | 0 | 144 | 13 | 14 | 463 | 143 | 54 |
| Binary | 11100001 | 1 | 11001000 | 0 | 1100100 | 1011 | 1100 | 100110011 | 1100011 | 101100 |
Color Harmonies of #E101C8
Complementary color
Monochromatic Colors of #E101C8
Black with #E101C8
Text Example
Text Example
White with #E101C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101C8; }
p { color: rgb(225,1,200); }
H1.HeaderClassName
{
color: #E101C8;
}
.AnyTagClassName
{
color: #E101C8;
}
</style>
background-color css
<style>
a { background-color: #E101C8; }
a { background-color: rgb(225,1,200); }
div.DivClassName
{
background-color: #E101C8;
}
.BgClassName
{
background-color: #E101C8;
}
</style>
border-color css
<style>
span { border-color: #E101C8; }
span { border-color: rgb(225,1,200); }
td.TdClassName
{
border-color: #E101C8;
}
.TagClassName
{
border-color: #E101C8;
}
</style>