Shades of Deep Magenta #E105CF
Tints of Deep Magenta #E105CF
RGB
CMYK
RGB Variations
Color information
#E105CF (or 0xE105CF) is known color: Deep Magenta. HEX triplet: E1, 05 and CF. RGB value is (225,5,207). Sum of RGB (Red+Green+Blue) = 225+5+207=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E105CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E105CF is #1EFA30. Grayscale: #5D5D5D. Windows color (decimal): -2030129 or 13567457. OLE color: 13567457.
HSL color Cylindrical-coordinate representation of color #E105CF: hue angle of 304.91º 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 #E105CF is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.12 |
| HSL | 304.91º | 0.96% | 0.45% | - |
| HSV(B) | 304.91º | 0.98% | 0.88% | - |
| XYZ | 42.37 | 20.62 | 60.78 | - |
| YUV | 93.81 | 191.89 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 207 | 0 | 0.98 | 0.08 | 0.12 | 304.91 | 0.96 | 0.45 |
| Hex | E1 | 5 | CF | 0 | 62 | 8 | C | 131 | 60 | 2D |
| Octal | 341 | 5 | 317 | 0 | 142 | 10 | 14 | 461 | 140 | 55 |
| Binary | 11100001 | 101 | 11001111 | 0 | 1100010 | 1000 | 1100 | 100110001 | 1100000 | 101101 |
Color Harmonies of #E105CF
Complementary color
Monochromatic Colors of #E105CF
Black with #E105CF
Text Example
Text Example
White with #E105CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105CF; }
p { color: rgb(225,5,207); }
H1.HeaderClassName
{
color: #E105CF;
}
.AnyTagClassName
{
color: #E105CF;
}
</style>
background-color css
<style>
a { background-color: #E105CF; }
a { background-color: rgb(225,5,207); }
div.DivClassName
{
background-color: #E105CF;
}
.BgClassName
{
background-color: #E105CF;
}
</style>
border-color css
<style>
span { border-color: #E105CF; }
span { border-color: rgb(225,5,207); }
td.TdClassName
{
border-color: #E105CF;
}
.TagClassName
{
border-color: #E105CF;
}
</style>