Shades of Deep Magenta #E000C5
Tints of Deep Magenta #E000C5
RGB
CMYK
RGB Variations
Color information
#E000C5 (or 0xE000C5) is known color: Deep Magenta. HEX triplet: E0, 00 and C5. RGB value is (224,0,197). Sum of RGB (Red+Green+Blue) = 224+0+197=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E000C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000C5 is #1FFF3A. Grayscale: #585858. Windows color (decimal): -2096955 or 12910816. OLE color: 12910816.
HSL color Cylindrical-coordinate representation of color #E000C5: hue angle of 307.23º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000C5 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 197 | - |
| CMYK | 0 | 1 | 0.12 | 0.12 |
| HSL | 307.23º | 1% | 0.44% | - |
| HSV(B) | 307.23º | 1% | 0.88% | - |
| XYZ | 40.82 | 19.88 | 54.51 | - |
| YUV | 89.43 | 188.71 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 197 | 0 | 1 | 0.12 | 0.12 | 307.23 | 1 | 0.44 |
| Hex | E0 | 0 | C5 | 0 | 64 | C | C | 133 | 64 | 2C |
| Octal | 340 | 0 | 305 | 0 | 144 | 14 | 14 | 463 | 144 | 54 |
| Binary | 11100000 | 0 | 11000101 | 0 | 1100100 | 1100 | 1100 | 100110011 | 1100100 | 101100 |
Color Harmonies of #E000C5
Complementary color
Monochromatic Colors of #E000C5
Black with #E000C5
Text Example
Text Example
White with #E000C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000C5; }
p { color: rgb(224,0,197); }
H1.HeaderClassName
{
color: #E000C5;
}
.AnyTagClassName
{
color: #E000C5;
}
</style>
background-color css
<style>
a { background-color: #E000C5; }
a { background-color: rgb(224,0,197); }
div.DivClassName
{
background-color: #E000C5;
}
.BgClassName
{
background-color: #E000C5;
}
</style>
border-color css
<style>
span { border-color: #E000C5; }
span { border-color: rgb(224,0,197); }
td.TdClassName
{
border-color: #E000C5;
}
.TagClassName
{
border-color: #E000C5;
}
</style>