Shades of Deep Magenta #E212CF
Tints of Deep Magenta #E212CF
RGB
CMYK
RGB Variations
Color information
#E212CF (or 0xE212CF) is known color: Deep Magenta. HEX triplet: E2, 12 and CF. RGB value is (226,18,207). Sum of RGB (Red+Green+Blue) = 226+18+207=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E212CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E212CF is #1DED30. Grayscale: #656565. Windows color (decimal): -1961265 or 13570786. OLE color: 13570786.
HSL color Cylindrical-coordinate representation of color #E212CF: hue angle of 305.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E212CF is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 207 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.11 |
| HSL | 305.48º | 0.85% | 0.48% | - |
| HSV(B) | 305.48º | 0.92% | 0.89% | - |
| XYZ | 42.84 | 21.11 | 60.85 | - |
| YUV | 101.74 | 187.41 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 207 | 0 | 0.92 | 0.08 | 0.11 | 305.48 | 0.85 | 0.48 |
| Hex | E2 | 12 | CF | 0 | 5C | 8 | B | 131 | 55 | 30 |
| Octal | 342 | 22 | 317 | 0 | 134 | 10 | 13 | 461 | 125 | 60 |
| Binary | 11100010 | 10010 | 11001111 | 0 | 1011100 | 1000 | 1011 | 100110001 | 1010101 | 110000 |
Color Harmonies of #E212CF
Complementary color
Monochromatic Colors of #E212CF
Black with #E212CF
Text Example
Text Example
White with #E212CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E212CF; }
p { color: rgb(226,18,207); }
H1.HeaderClassName
{
color: #E212CF;
}
.AnyTagClassName
{
color: #E212CF;
}
</style>
background-color css
<style>
a { background-color: #E212CF; }
a { background-color: rgb(226,18,207); }
div.DivClassName
{
background-color: #E212CF;
}
.BgClassName
{
background-color: #E212CF;
}
</style>
border-color css
<style>
span { border-color: #E212CF; }
span { border-color: rgb(226,18,207); }
td.TdClassName
{
border-color: #E212CF;
}
.TagClassName
{
border-color: #E212CF;
}
</style>