Shades of Deep Magenta #E206C1
Tints of Deep Magenta #E206C1
RGB
CMYK
RGB Variations
Color information
#E206C1 (or 0xE206C1) is known color: Deep Magenta. HEX triplet: E2, 06 and C1. RGB value is (226,6,193). Sum of RGB (Red+Green+Blue) = 226+6+193=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E206C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206C1 is #1DF93E. Grayscale: #5C5C5C. Windows color (decimal): -1964351 or 12650210. OLE color: 12650210.
HSL color Cylindrical-coordinate representation of color #E206C1: hue angle of 309º 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 #E206C1 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 193 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.11 |
| HSL | 309º | 0.95% | 0.45% | - |
| HSV(B) | 309º | 0.97% | 0.89% | - |
| XYZ | 41.05 | 20.15 | 52.18 | - |
| YUV | 93.1 | 184.39 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 193 | 0 | 0.97 | 0.15 | 0.11 | 309 | 0.95 | 0.45 |
| Hex | E2 | 6 | C1 | 0 | 61 | F | B | 135 | 5F | 2D |
| Octal | 342 | 6 | 301 | 0 | 141 | 17 | 13 | 465 | 137 | 55 |
| Binary | 11100010 | 110 | 11000001 | 0 | 1100001 | 1111 | 1011 | 100110101 | 1011111 | 101101 |
Color Harmonies of #E206C1
Complementary color
Monochromatic Colors of #E206C1
Black with #E206C1
Text Example
Text Example
White with #E206C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206C1; }
p { color: rgb(226,6,193); }
H1.HeaderClassName
{
color: #E206C1;
}
.AnyTagClassName
{
color: #E206C1;
}
</style>
background-color css
<style>
a { background-color: #E206C1; }
a { background-color: rgb(226,6,193); }
div.DivClassName
{
background-color: #E206C1;
}
.BgClassName
{
background-color: #E206C1;
}
</style>
border-color css
<style>
span { border-color: #E206C1; }
span { border-color: rgb(226,6,193); }
td.TdClassName
{
border-color: #E206C1;
}
.TagClassName
{
border-color: #E206C1;
}
</style>