Shades of Deep Magenta #E206C5
Tints of Deep Magenta #E206C5
RGB
CMYK
RGB Variations
Color information
#E206C5 (or 0xE206C5) is known color: Deep Magenta. HEX triplet: E2, 06 and C5. RGB value is (226,6,197). Sum of RGB (Red+Green+Blue) = 226+6+197=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E206C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206C5 is #1DF93A. Grayscale: #5D5D5D. Windows color (decimal): -1964347 or 12912354. OLE color: 12912354.
HSL color Cylindrical-coordinate representation of color #E206C5: hue angle of 307.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E206C5 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 197 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.11 |
| HSL | 307.91º | 0.95% | 0.45% | - |
| HSV(B) | 307.91º | 0.97% | 0.89% | - |
| XYZ | 41.51 | 20.33 | 54.56 | - |
| YUV | 93.55 | 186.39 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 197 | 0 | 0.97 | 0.13 | 0.11 | 307.91 | 0.95 | 0.45 |
| Hex | E2 | 6 | C5 | 0 | 61 | D | B | 134 | 5F | 2D |
| Octal | 342 | 6 | 305 | 0 | 141 | 15 | 13 | 464 | 137 | 55 |
| Binary | 11100010 | 110 | 11000101 | 0 | 1100001 | 1101 | 1011 | 100110100 | 1011111 | 101101 |
Color Harmonies of #E206C5
Complementary color
Monochromatic Colors of #E206C5
Black with #E206C5
Text Example
Text Example
White with #E206C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206C5; }
p { color: rgb(226,6,197); }
H1.HeaderClassName
{
color: #E206C5;
}
.AnyTagClassName
{
color: #E206C5;
}
</style>
background-color css
<style>
a { background-color: #E206C5; }
a { background-color: rgb(226,6,197); }
div.DivClassName
{
background-color: #E206C5;
}
.BgClassName
{
background-color: #E206C5;
}
</style>
border-color css
<style>
span { border-color: #E206C5; }
span { border-color: rgb(226,6,197); }
td.TdClassName
{
border-color: #E206C5;
}
.TagClassName
{
border-color: #E206C5;
}
</style>