Shades of Deep Magenta #E008C1
Tints of Deep Magenta #E008C1
RGB
CMYK
RGB Variations
Color information
#E008C1 (or 0xE008C1) is known color: Deep Magenta. HEX triplet: E0, 08 and C1. RGB value is (224,8,193). Sum of RGB (Red+Green+Blue) = 224+8+193=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E008C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008C1 is #1FF73E. Grayscale: #5D5D5D. Windows color (decimal): -2094911 or 12650720. OLE color: 12650720.
HSL color Cylindrical-coordinate representation of color #E008C1: hue angle of 308.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008C1 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 193 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.12 |
| HSL | 308.61º | 0.93% | 0.45% | - |
| HSV(B) | 308.61º | 0.96% | 0.88% | - |
| XYZ | 40.45 | 19.87 | 52.16 | - |
| YUV | 93.67 | 184.06 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 193 | 0 | 0.96 | 0.14 | 0.12 | 308.61 | 0.93 | 0.45 |
| Hex | E0 | 8 | C1 | 0 | 60 | E | C | 135 | 5D | 2D |
| Octal | 340 | 10 | 301 | 0 | 140 | 16 | 14 | 465 | 135 | 55 |
| Binary | 11100000 | 1000 | 11000001 | 0 | 1100000 | 1110 | 1100 | 100110101 | 1011101 | 101101 |
Color Harmonies of #E008C1
Complementary color
Monochromatic Colors of #E008C1
Black with #E008C1
Text Example
Text Example
White with #E008C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008C1; }
p { color: rgb(224,8,193); }
H1.HeaderClassName
{
color: #E008C1;
}
.AnyTagClassName
{
color: #E008C1;
}
</style>
background-color css
<style>
a { background-color: #E008C1; }
a { background-color: rgb(224,8,193); }
div.DivClassName
{
background-color: #E008C1;
}
.BgClassName
{
background-color: #E008C1;
}
</style>
border-color css
<style>
span { border-color: #E008C1; }
span { border-color: rgb(224,8,193); }
td.TdClassName
{
border-color: #E008C1;
}
.TagClassName
{
border-color: #E008C1;
}
</style>