Shades of Deep Magenta #E102C6
Tints of Deep Magenta #E102C6
RGB
CMYK
RGB Variations
Color information
#E102C6 (or 0xE102C6) is known color: Deep Magenta. HEX triplet: E1, 02 and C6. RGB value is (225,2,198). Sum of RGB (Red+Green+Blue) = 225+2+198=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E102C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102C6 is #1EFD39. Grayscale: #5A5A5A. Windows color (decimal): -2030906 or 12976865. OLE color: 12976865.
HSL color Cylindrical-coordinate representation of color #E102C6: hue angle of 307.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E102C6 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 198 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.12 |
| HSL | 307.26º | 0.98% | 0.45% | - |
| HSV(B) | 307.26º | 0.99% | 0.88% | - |
| XYZ | 41.27 | 20.13 | 55.14 | - |
| YUV | 91.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 198 | 0 | 0.99 | 0.12 | 0.12 | 307.26 | 0.98 | 0.45 |
| Hex | E1 | 2 | C6 | 0 | 63 | C | C | 133 | 62 | 2D |
| Octal | 341 | 2 | 306 | 0 | 143 | 14 | 14 | 463 | 142 | 55 |
| Binary | 11100001 | 10 | 11000110 | 0 | 1100011 | 1100 | 1100 | 100110011 | 1100010 | 101101 |
Color Harmonies of #E102C6
Complementary color
Monochromatic Colors of #E102C6
Black with #E102C6
Text Example
Text Example
White with #E102C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102C6; }
p { color: rgb(225,2,198); }
H1.HeaderClassName
{
color: #E102C6;
}
.AnyTagClassName
{
color: #E102C6;
}
</style>
background-color css
<style>
a { background-color: #E102C6; }
a { background-color: rgb(225,2,198); }
div.DivClassName
{
background-color: #E102C6;
}
.BgClassName
{
background-color: #E102C6;
}
</style>
border-color css
<style>
span { border-color: #E102C6; }
span { border-color: rgb(225,2,198); }
td.TdClassName
{
border-color: #E102C6;
}
.TagClassName
{
border-color: #E102C6;
}
</style>