Shades of Deep Magenta #E102C1
Tints of Deep Magenta #E102C1
RGB
CMYK
RGB Variations
Color information
#E102C1 (or 0xE102C1) is known color: Deep Magenta. HEX triplet: E1, 02 and C1. RGB value is (225,2,193). Sum of RGB (Red+Green+Blue) = 225+2+193=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E102C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E102C1 is #1EFD3E. Grayscale: #595959. Windows color (decimal): -2030911 or 12649185. OLE color: 12649185.
HSL color Cylindrical-coordinate representation of color #E102C1: hue angle of 308.61º 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 #E102C1 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 193 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.12 |
| HSL | 308.61º | 0.98% | 0.45% | - |
| HSV(B) | 308.61º | 0.99% | 0.88% | - |
| XYZ | 40.7 | 19.9 | 52.15 | - |
| YUV | 90.45 | 185.88 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 193 | 0 | 0.99 | 0.14 | 0.12 | 308.61 | 0.98 | 0.45 |
| Hex | E1 | 2 | C1 | 0 | 63 | E | C | 135 | 62 | 2D |
| Octal | 341 | 2 | 301 | 0 | 143 | 16 | 14 | 465 | 142 | 55 |
| Binary | 11100001 | 10 | 11000001 | 0 | 1100011 | 1110 | 1100 | 100110101 | 1100010 | 101101 |
Color Harmonies of #E102C1
Complementary color
Monochromatic Colors of #E102C1
Black with #E102C1
Text Example
Text Example
White with #E102C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102C1; }
p { color: rgb(225,2,193); }
H1.HeaderClassName
{
color: #E102C1;
}
.AnyTagClassName
{
color: #E102C1;
}
</style>
background-color css
<style>
a { background-color: #E102C1; }
a { background-color: rgb(225,2,193); }
div.DivClassName
{
background-color: #E102C1;
}
.BgClassName
{
background-color: #E102C1;
}
</style>
border-color css
<style>
span { border-color: #E102C1; }
span { border-color: rgb(225,2,193); }
td.TdClassName
{
border-color: #E102C1;
}
.TagClassName
{
border-color: #E102C1;
}
</style>