Shades of Deep Magenta #E006CF
Tints of Deep Magenta #E006CF
RGB
CMYK
RGB Variations
Color information
#E006CF (or 0xE006CF) is known color: Deep Magenta. HEX triplet: E0, 06 and CF. RGB value is (224,6,207). Sum of RGB (Red+Green+Blue) = 224+6+207=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E006CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006CF is #1FF930. Grayscale: #5D5D5D. Windows color (decimal): -2095409 or 13567712. OLE color: 13567712.
HSL color Cylindrical-coordinate representation of color #E006CF: hue angle of 304.68º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E006CF is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.12 |
| HSL | 304.68º | 0.95% | 0.45% | - |
| HSV(B) | 304.68º | 0.97% | 0.88% | - |
| XYZ | 42.07 | 20.48 | 60.77 | - |
| YUV | 94.1 | 191.72 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 207 | 0 | 0.97 | 0.08 | 0.12 | 304.68 | 0.95 | 0.45 |
| Hex | E0 | 6 | CF | 0 | 61 | 8 | C | 131 | 5F | 2D |
| Octal | 340 | 6 | 317 | 0 | 141 | 10 | 14 | 461 | 137 | 55 |
| Binary | 11100000 | 110 | 11001111 | 0 | 1100001 | 1000 | 1100 | 100110001 | 1011111 | 101101 |
Color Harmonies of #E006CF
Complementary color
Monochromatic Colors of #E006CF
Black with #E006CF
Text Example
Text Example
White with #E006CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006CF; }
p { color: rgb(224,6,207); }
H1.HeaderClassName
{
color: #E006CF;
}
.AnyTagClassName
{
color: #E006CF;
}
</style>
background-color css
<style>
a { background-color: #E006CF; }
a { background-color: rgb(224,6,207); }
div.DivClassName
{
background-color: #E006CF;
}
.BgClassName
{
background-color: #E006CF;
}
</style>
border-color css
<style>
span { border-color: #E006CF; }
span { border-color: rgb(224,6,207); }
td.TdClassName
{
border-color: #E006CF;
}
.TagClassName
{
border-color: #E006CF;
}
</style>