Shades of Deep Magenta #E306C7
Tints of Deep Magenta #E306C7
RGB
CMYK
RGB Variations
Color information
#E306C7 (or 0xE306C7) is known color: Deep Magenta. HEX triplet: E3, 06 and C7. RGB value is (227,6,199). Sum of RGB (Red+Green+Blue) = 227+6+199=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E306C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E306C7 is #1CF938. Grayscale: #5D5D5D. Windows color (decimal): -1898809 or 13043427. OLE color: 13043427.
HSL color Cylindrical-coordinate representation of color #E306C7: hue angle of 307.6º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E306C7 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 199 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.11 |
| HSL | 307.6º | 0.95% | 0.46% | - |
| HSV(B) | 307.6º | 0.97% | 0.89% | - |
| XYZ | 42.05 | 20.58 | 55.79 | - |
| YUV | 94.08 | 187.22 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 199 | 0 | 0.97 | 0.12 | 0.11 | 307.6 | 0.95 | 0.46 |
| Hex | E3 | 6 | C7 | 0 | 61 | C | B | 134 | 5F | 2E |
| Octal | 343 | 6 | 307 | 0 | 141 | 14 | 13 | 464 | 137 | 56 |
| Binary | 11100011 | 110 | 11000111 | 0 | 1100001 | 1100 | 1011 | 100110100 | 1011111 | 101110 |
Color Harmonies of #E306C7
Complementary color
Monochromatic Colors of #E306C7
Black with #E306C7
Text Example
Text Example
White with #E306C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E306C7; }
p { color: rgb(227,6,199); }
H1.HeaderClassName
{
color: #E306C7;
}
.AnyTagClassName
{
color: #E306C7;
}
</style>
background-color css
<style>
a { background-color: #E306C7; }
a { background-color: rgb(227,6,199); }
div.DivClassName
{
background-color: #E306C7;
}
.BgClassName
{
background-color: #E306C7;
}
</style>
border-color css
<style>
span { border-color: #E306C7; }
span { border-color: rgb(227,6,199); }
td.TdClassName
{
border-color: #E306C7;
}
.TagClassName
{
border-color: #E306C7;
}
</style>