Shades of Deep Magenta #E102C8
Tints of Deep Magenta #E102C8
RGB
CMYK
RGB Variations
Color information
#E102C8 (or 0xE102C8) is known color: Deep Magenta. HEX triplet: E1, 02 and C8. RGB value is (225,2,200). Sum of RGB (Red+Green+Blue) = 225+2+200=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E102C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102C8 is #1EFD37. Grayscale: #5A5A5A. Windows color (decimal): -2030904 or 13107937. OLE color: 13107937.
HSL color Cylindrical-coordinate representation of color #E102C8: hue angle of 306.73º 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 #E102C8 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.12 |
| HSL | 306.73º | 0.98% | 0.45% | - |
| HSV(B) | 306.73º | 0.99% | 0.88% | - |
| XYZ | 41.5 | 20.22 | 56.36 | - |
| YUV | 91.25 | 189.38 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 200 | 0 | 0.99 | 0.11 | 0.12 | 306.73 | 0.98 | 0.45 |
| Hex | E1 | 2 | C8 | 0 | 63 | B | C | 133 | 62 | 2D |
| Octal | 341 | 2 | 310 | 0 | 143 | 13 | 14 | 463 | 142 | 55 |
| Binary | 11100001 | 10 | 11001000 | 0 | 1100011 | 1011 | 1100 | 100110011 | 1100010 | 101101 |
Color Harmonies of #E102C8
Complementary color
Monochromatic Colors of #E102C8
Black with #E102C8
Text Example
Text Example
White with #E102C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102C8; }
p { color: rgb(225,2,200); }
H1.HeaderClassName
{
color: #E102C8;
}
.AnyTagClassName
{
color: #E102C8;
}
</style>
background-color css
<style>
a { background-color: #E102C8; }
a { background-color: rgb(225,2,200); }
div.DivClassName
{
background-color: #E102C8;
}
.BgClassName
{
background-color: #E102C8;
}
</style>
border-color css
<style>
span { border-color: #E102C8; }
span { border-color: rgb(225,2,200); }
td.TdClassName
{
border-color: #E102C8;
}
.TagClassName
{
border-color: #E102C8;
}
</style>