Shades of Deep Magenta #E206C3
Tints of Deep Magenta #E206C3
RGB
CMYK
RGB Variations
Color information
#E206C3 (or 0xE206C3) is known color: Deep Magenta. HEX triplet: E2, 06 and C3. RGB value is (226,6,195). Sum of RGB (Red+Green+Blue) = 226+6+195=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E206C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206C3 is #1DF93C. Grayscale: #5C5C5C. Windows color (decimal): -1964349 or 12781282. OLE color: 12781282.
HSL color Cylindrical-coordinate representation of color #E206C3: hue angle of 308.45º 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 #E206C3 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 195 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.11 |
| HSL | 308.45º | 0.95% | 0.45% | - |
| HSV(B) | 308.45º | 0.97% | 0.89% | - |
| XYZ | 41.28 | 20.24 | 53.36 | - |
| YUV | 93.33 | 185.39 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 195 | 0 | 0.97 | 0.14 | 0.11 | 308.45 | 0.95 | 0.45 |
| Hex | E2 | 6 | C3 | 0 | 61 | E | B | 134 | 5F | 2D |
| Octal | 342 | 6 | 303 | 0 | 141 | 16 | 13 | 464 | 137 | 55 |
| Binary | 11100010 | 110 | 11000011 | 0 | 1100001 | 1110 | 1011 | 100110100 | 1011111 | 101101 |
Color Harmonies of #E206C3
Complementary color
Monochromatic Colors of #E206C3
Black with #E206C3
Text Example
Text Example
White with #E206C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E206C3; }
p { color: rgb(226,6,195); }
H1.HeaderClassName
{
color: #E206C3;
}
.AnyTagClassName
{
color: #E206C3;
}
</style>
background-color css
<style>
a { background-color: #E206C3; }
a { background-color: rgb(226,6,195); }
div.DivClassName
{
background-color: #E206C3;
}
.BgClassName
{
background-color: #E206C3;
}
</style>
border-color css
<style>
span { border-color: #E206C3; }
span { border-color: rgb(226,6,195); }
td.TdClassName
{
border-color: #E206C3;
}
.TagClassName
{
border-color: #E206C3;
}
</style>