Shades of Deep Magenta #E105C2
Tints of Deep Magenta #E105C2
RGB
CMYK
RGB Variations
Color information
#E105C2 (or 0xE105C2) is known color: Deep Magenta. HEX triplet: E1, 05 and C2. RGB value is (225,5,194). Sum of RGB (Red+Green+Blue) = 225+5+194=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E105C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105C2 is #1EFA3D. Grayscale: #5B5B5B. Windows color (decimal): -2030142 or 12715489. OLE color: 12715489.
HSL color Cylindrical-coordinate representation of color #E105C2: hue angle of 308.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105C2 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.12 |
| HSL | 308.45º | 0.96% | 0.45% | - |
| HSV(B) | 308.45º | 0.98% | 0.88% | - |
| XYZ | 40.84 | 20.01 | 52.75 | - |
| YUV | 92.33 | 185.39 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 194 | 0 | 0.98 | 0.14 | 0.12 | 308.45 | 0.96 | 0.45 |
| Hex | E1 | 5 | C2 | 0 | 62 | E | C | 134 | 60 | 2D |
| Octal | 341 | 5 | 302 | 0 | 142 | 16 | 14 | 464 | 140 | 55 |
| Binary | 11100001 | 101 | 11000010 | 0 | 1100010 | 1110 | 1100 | 100110100 | 1100000 | 101101 |
Color Harmonies of #E105C2
Complementary color
Monochromatic Colors of #E105C2
Black with #E105C2
Text Example
Text Example
White with #E105C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105C2; }
p { color: rgb(225,5,194); }
H1.HeaderClassName
{
color: #E105C2;
}
.AnyTagClassName
{
color: #E105C2;
}
</style>
background-color css
<style>
a { background-color: #E105C2; }
a { background-color: rgb(225,5,194); }
div.DivClassName
{
background-color: #E105C2;
}
.BgClassName
{
background-color: #E105C2;
}
</style>
border-color css
<style>
span { border-color: #E105C2; }
span { border-color: rgb(225,5,194); }
td.TdClassName
{
border-color: #E105C2;
}
.TagClassName
{
border-color: #E105C2;
}
</style>