Shades of Deep Magenta #E000C4
Tints of Deep Magenta #E000C4
RGB
CMYK
RGB Variations
Color information
#E000C4 (or 0xE000C4) is known color: Deep Magenta. HEX triplet: E0, 00 and C4. RGB value is (224,0,196). Sum of RGB (Red+Green+Blue) = 224+0+196=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E000C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000C4 is #1FFF3B. Grayscale: #585858. Windows color (decimal): -2096956 or 12845280. OLE color: 12845280.
HSL color Cylindrical-coordinate representation of color #E000C4: hue angle of 307.5º 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 #E000C4 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 196 | - |
| CMYK | 0 | 1 | 0.12 | 0.12 |
| HSL | 307.5º | 1% | 0.44% | - |
| HSV(B) | 307.5º | 1% | 0.88% | - |
| XYZ | 40.7 | 19.83 | 53.91 | - |
| YUV | 89.32 | 188.21 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 196 | 0 | 1 | 0.12 | 0.12 | 307.5 | 1 | 0.44 |
| Hex | E0 | 0 | C4 | 0 | 64 | C | C | 134 | 64 | 2C |
| Octal | 340 | 0 | 304 | 0 | 144 | 14 | 14 | 464 | 144 | 54 |
| Binary | 11100000 | 0 | 11000100 | 0 | 1100100 | 1100 | 1100 | 100110100 | 1100100 | 101100 |
Color Harmonies of #E000C4
Complementary color
Monochromatic Colors of #E000C4
Black with #E000C4
Text Example
Text Example
White with #E000C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000C4; }
p { color: rgb(224,0,196); }
H1.HeaderClassName
{
color: #E000C4;
}
.AnyTagClassName
{
color: #E000C4;
}
</style>
background-color css
<style>
a { background-color: #E000C4; }
a { background-color: rgb(224,0,196); }
div.DivClassName
{
background-color: #E000C4;
}
.BgClassName
{
background-color: #E000C4;
}
</style>
border-color css
<style>
span { border-color: #E000C4; }
span { border-color: rgb(224,0,196); }
td.TdClassName
{
border-color: #E000C4;
}
.TagClassName
{
border-color: #E000C4;
}
</style>