Shades of Deep Magenta #E309C6
Tints of Deep Magenta #E309C6
RGB
CMYK
RGB Variations
Color information
#E309C6 (or 0xE309C6) is known color: Deep Magenta. HEX triplet: E3, 09 and C6. RGB value is (227,9,198). Sum of RGB (Red+Green+Blue) = 227+9+198=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E309C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E309C6 is #1CF639. Grayscale: #5F5F5F. Windows color (decimal): -1898042 or 12978659. OLE color: 12978659.
HSL color Cylindrical-coordinate representation of color #E309C6: hue angle of 307.98º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E309C6 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.11 |
| HSL | 307.98º | 0.92% | 0.46% | - |
| HSV(B) | 307.98º | 0.96% | 0.89% | - |
| XYZ | 41.97 | 20.6 | 55.19 | - |
| YUV | 95.73 | 185.72 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 198 | 0 | 0.96 | 0.13 | 0.11 | 307.98 | 0.92 | 0.46 |
| Hex | E3 | 9 | C6 | 0 | 60 | D | B | 134 | 5C | 2E |
| Octal | 343 | 11 | 306 | 0 | 140 | 15 | 13 | 464 | 134 | 56 |
| Binary | 11100011 | 1001 | 11000110 | 0 | 1100000 | 1101 | 1011 | 100110100 | 1011100 | 101110 |
Color Harmonies of #E309C6
Complementary color
Monochromatic Colors of #E309C6
Black with #E309C6
Text Example
Text Example
White with #E309C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E309C6; }
p { color: rgb(227,9,198); }
H1.HeaderClassName
{
color: #E309C6;
}
.AnyTagClassName
{
color: #E309C6;
}
</style>
background-color css
<style>
a { background-color: #E309C6; }
a { background-color: rgb(227,9,198); }
div.DivClassName
{
background-color: #E309C6;
}
.BgClassName
{
background-color: #E309C6;
}
</style>
border-color css
<style>
span { border-color: #E309C6; }
span { border-color: rgb(227,9,198); }
td.TdClassName
{
border-color: #E309C6;
}
.TagClassName
{
border-color: #E309C6;
}
</style>