Shades of Deep Magenta #E11ACF
Tints of Deep Magenta #E11ACF
RGB
CMYK
RGB Variations
Color information
#E11ACF (or 0xE11ACF) is known color: Deep Magenta. HEX triplet: E1, 1A and CF. RGB value is (225,26,207). Sum of RGB (Red+Green+Blue) = 225+26+207=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ACF is #1EE530. Grayscale: #696969. Windows color (decimal): -2024753 or 13572833. OLE color: 13572833.
HSL color Cylindrical-coordinate representation of color #E11ACF: hue angle of 305.43º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11ACF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 207 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.12 |
| HSL | 305.43º | 0.79% | 0.49% | - |
| HSV(B) | 305.43º | 0.88% | 0.88% | - |
| XYZ | 42.68 | 21.25 | 60.88 | - |
| YUV | 106.14 | 184.93 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 207 | 0 | 0.88 | 0.08 | 0.12 | 305.43 | 0.79 | 0.49 |
| Hex | E1 | 1A | CF | 0 | 58 | 8 | C | 131 | 4F | 31 |
| Octal | 341 | 32 | 317 | 0 | 130 | 10 | 14 | 461 | 117 | 61 |
| Binary | 11100001 | 11010 | 11001111 | 0 | 1011000 | 1000 | 1100 | 100110001 | 1001111 | 110001 |
Color Harmonies of #E11ACF
Complementary color
Monochromatic Colors of #E11ACF
Black with #E11ACF
Text Example
Text Example
White with #E11ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ACF; }
p { color: rgb(225,26,207); }
H1.HeaderClassName
{
color: #E11ACF;
}
.AnyTagClassName
{
color: #E11ACF;
}
</style>
background-color css
<style>
a { background-color: #E11ACF; }
a { background-color: rgb(225,26,207); }
div.DivClassName
{
background-color: #E11ACF;
}
.BgClassName
{
background-color: #E11ACF;
}
</style>
border-color css
<style>
span { border-color: #E11ACF; }
span { border-color: rgb(225,26,207); }
td.TdClassName
{
border-color: #E11ACF;
}
.TagClassName
{
border-color: #E11ACF;
}
</style>