Shades of Deep Magenta #E206C2
Tints of Deep Magenta #E206C2
RGB
CMYK
RGB Variations
Color information
#E206C2 (or 0xE206C2) is known color: Deep Magenta. HEX triplet: E2, 06 and C2. RGB value is (226,6,194). Sum of RGB (Red+Green+Blue) = 226+6+194=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E206C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206C2 is #1DF93D. Grayscale: #5C5C5C. Windows color (decimal): -1964350 or 12715746. OLE color: 12715746.
HSL color Cylindrical-coordinate representation of color #E206C2: hue angle of 308.73º 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 #E206C2 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 194 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.11 |
| HSL | 308.73º | 0.95% | 0.45% | - |
| HSV(B) | 308.73º | 0.97% | 0.89% | - |
| XYZ | 41.17 | 20.19 | 52.77 | - |
| YUV | 93.21 | 184.89 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 194 | 0 | 0.97 | 0.14 | 0.11 | 308.73 | 0.95 | 0.45 |
| Hex | E2 | 6 | C2 | 0 | 61 | E | B | 135 | 5F | 2D |
| Octal | 342 | 6 | 302 | 0 | 141 | 16 | 13 | 465 | 137 | 55 |
| Binary | 11100010 | 110 | 11000010 | 0 | 1100001 | 1110 | 1011 | 100110101 | 1011111 | 101101 |
Color Harmonies of #E206C2
Complementary color
Monochromatic Colors of #E206C2
Black with #E206C2
Text Example
Text Example
White with #E206C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206C2; }
p { color: rgb(226,6,194); }
H1.HeaderClassName
{
color: #E206C2;
}
.AnyTagClassName
{
color: #E206C2;
}
</style>
background-color css
<style>
a { background-color: #E206C2; }
a { background-color: rgb(226,6,194); }
div.DivClassName
{
background-color: #E206C2;
}
.BgClassName
{
background-color: #E206C2;
}
</style>
border-color css
<style>
span { border-color: #E206C2; }
span { border-color: rgb(226,6,194); }
td.TdClassName
{
border-color: #E206C2;
}
.TagClassName
{
border-color: #E206C2;
}
</style>