Shades of Deep Magenta #E103C2
Tints of Deep Magenta #E103C2
RGB
CMYK
RGB Variations
Color information
#E103C2 (or 0xE103C2) is known color: Deep Magenta. HEX triplet: E1, 03 and C2. RGB value is (225,3,194). Sum of RGB (Red+Green+Blue) = 225+3+194=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E103C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E103C2 is #1EFC3D. Grayscale: #5A5A5A. Windows color (decimal): -2030654 or 12714977. OLE color: 12714977.
HSL color Cylindrical-coordinate representation of color #E103C2: hue angle of 308.38º degrees, saturation: 0.97, 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 #E103C2 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.12 |
| HSL | 308.38º | 0.97% | 0.45% | - |
| HSV(B) | 308.38º | 0.99% | 0.88% | - |
| XYZ | 40.82 | 19.97 | 52.74 | - |
| YUV | 91.15 | 186.05 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 194 | 0 | 0.99 | 0.14 | 0.12 | 308.38 | 0.97 | 0.45 |
| Hex | E1 | 3 | C2 | 0 | 63 | E | C | 134 | 61 | 2D |
| Octal | 341 | 3 | 302 | 0 | 143 | 16 | 14 | 464 | 141 | 55 |
| Binary | 11100001 | 11 | 11000010 | 0 | 1100011 | 1110 | 1100 | 100110100 | 1100001 | 101101 |
Color Harmonies of #E103C2
Complementary color
Monochromatic Colors of #E103C2
Black with #E103C2
Text Example
Text Example
White with #E103C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103C2; }
p { color: rgb(225,3,194); }
H1.HeaderClassName
{
color: #E103C2;
}
.AnyTagClassName
{
color: #E103C2;
}
</style>
background-color css
<style>
a { background-color: #E103C2; }
a { background-color: rgb(225,3,194); }
div.DivClassName
{
background-color: #E103C2;
}
.BgClassName
{
background-color: #E103C2;
}
</style>
border-color css
<style>
span { border-color: #E103C2; }
span { border-color: rgb(225,3,194); }
td.TdClassName
{
border-color: #E103C2;
}
.TagClassName
{
border-color: #E103C2;
}
</style>