Shades of Deep Magenta #E104CE
Tints of Deep Magenta #E104CE
RGB
CMYK
RGB Variations
Color information
#E104CE (or 0xE104CE) is known color: Deep Magenta. HEX triplet: E1, 04 and CE. RGB value is (225,4,206). Sum of RGB (Red+Green+Blue) = 225+4+206=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E104CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104CE is #1EFB31. Grayscale: #5C5C5C. Windows color (decimal): -2030386 or 13501665. OLE color: 13501665.
HSL color Cylindrical-coordinate representation of color #E104CE: hue angle of 305.16º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104CE is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.12 |
| HSL | 305.16º | 0.97% | 0.45% | - |
| HSV(B) | 305.16º | 0.98% | 0.88% | - |
| XYZ | 42.24 | 20.55 | 60.13 | - |
| YUV | 93.11 | 191.72 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 206 | 0 | 0.98 | 0.08 | 0.12 | 305.16 | 0.97 | 0.45 |
| Hex | E1 | 4 | CE | 0 | 62 | 8 | C | 131 | 61 | 2D |
| Octal | 341 | 4 | 316 | 0 | 142 | 10 | 14 | 461 | 141 | 55 |
| Binary | 11100001 | 100 | 11001110 | 0 | 1100010 | 1000 | 1100 | 100110001 | 1100001 | 101101 |
Color Harmonies of #E104CE
Complementary color
Monochromatic Colors of #E104CE
Black with #E104CE
Text Example
Text Example
White with #E104CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104CE; }
p { color: rgb(225,4,206); }
H1.HeaderClassName
{
color: #E104CE;
}
.AnyTagClassName
{
color: #E104CE;
}
</style>
background-color css
<style>
a { background-color: #E104CE; }
a { background-color: rgb(225,4,206); }
div.DivClassName
{
background-color: #E104CE;
}
.BgClassName
{
background-color: #E104CE;
}
</style>
border-color css
<style>
span { border-color: #E104CE; }
span { border-color: rgb(225,4,206); }
td.TdClassName
{
border-color: #E104CE;
}
.TagClassName
{
border-color: #E104CE;
}
</style>