Shades of Deep Magenta #E216CF
Tints of Deep Magenta #E216CF
RGB
CMYK
RGB Variations
Color information
#E216CF (or 0xE216CF) is known color: Deep Magenta. HEX triplet: E2, 16 and CF. RGB value is (226,22,207). Sum of RGB (Red+Green+Blue) = 226+22+207=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E216CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E216CF is #1DE930. Grayscale: #676767. Windows color (decimal): -1960241 or 13571810. OLE color: 13571810.
HSL color Cylindrical-coordinate representation of color #E216CF: hue angle of 305.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E216CF is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 207 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.11 |
| HSL | 305.59º | 0.82% | 0.49% | - |
| HSV(B) | 305.59º | 0.9% | 0.89% | - |
| XYZ | 42.91 | 21.25 | 60.87 | - |
| YUV | 104.09 | 186.09 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 207 | 0 | 0.90 | 0.08 | 0.11 | 305.59 | 0.82 | 0.49 |
| Hex | E2 | 16 | CF | 0 | 5A | 8 | B | 132 | 52 | 31 |
| Octal | 342 | 26 | 317 | 0 | 132 | 10 | 13 | 462 | 122 | 61 |
| Binary | 11100010 | 10110 | 11001111 | 0 | 1011010 | 1000 | 1011 | 100110010 | 1010010 | 110001 |
Color Harmonies of #E216CF
Complementary color
Monochromatic Colors of #E216CF
Black with #E216CF
Text Example
Text Example
White with #E216CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E216CF; }
p { color: rgb(226,22,207); }
H1.HeaderClassName
{
color: #E216CF;
}
.AnyTagClassName
{
color: #E216CF;
}
</style>
background-color css
<style>
a { background-color: #E216CF; }
a { background-color: rgb(226,22,207); }
div.DivClassName
{
background-color: #E216CF;
}
.BgClassName
{
background-color: #E216CF;
}
</style>
border-color css
<style>
span { border-color: #E216CF; }
span { border-color: rgb(226,22,207); }
td.TdClassName
{
border-color: #E216CF;
}
.TagClassName
{
border-color: #E216CF;
}
</style>