Shades of Deep Magenta #E204CE
Tints of Deep Magenta #E204CE
RGB
CMYK
RGB Variations
Color information
#E204CE (or 0xE204CE) is known color: Deep Magenta. HEX triplet: E2, 04 and CE. RGB value is (226,4,206). Sum of RGB (Red+Green+Blue) = 226+4+206=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E204CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E204CE is #1DFB31. Grayscale: #5C5C5C. Windows color (decimal): -1964850 or 13501666. OLE color: 13501666.
HSL color Cylindrical-coordinate representation of color #E204CE: hue angle of 305.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E204CE is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.11 |
| HSL | 305.41º | 0.97% | 0.45% | - |
| HSV(B) | 305.41º | 0.98% | 0.89% | - |
| XYZ | 42.55 | 20.71 | 60.15 | - |
| YUV | 93.41 | 191.55 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 206 | 0 | 0.98 | 0.09 | 0.11 | 305.41 | 0.97 | 0.45 |
| Hex | E2 | 4 | CE | 0 | 62 | 9 | B | 131 | 61 | 2D |
| Octal | 342 | 4 | 316 | 0 | 142 | 11 | 13 | 461 | 141 | 55 |
| Binary | 11100010 | 100 | 11001110 | 0 | 1100010 | 1001 | 1011 | 100110001 | 1100001 | 101101 |
Color Harmonies of #E204CE
Complementary color
Monochromatic Colors of #E204CE
Black with #E204CE
Text Example
Text Example
White with #E204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E204CE; }
p { color: rgb(226,4,206); }
H1.HeaderClassName
{
color: #E204CE;
}
.AnyTagClassName
{
color: #E204CE;
}
</style>
background-color css
<style>
a { background-color: #E204CE; }
a { background-color: rgb(226,4,206); }
div.DivClassName
{
background-color: #E204CE;
}
.BgClassName
{
background-color: #E204CE;
}
</style>
border-color css
<style>
span { border-color: #E204CE; }
span { border-color: rgb(226,4,206); }
td.TdClassName
{
border-color: #E204CE;
}
.TagClassName
{
border-color: #E204CE;
}
</style>