Shades of Deep Magenta #E307C8
Tints of Deep Magenta #E307C8
RGB
CMYK
RGB Variations
Color information
#E307C8 (or 0xE307C8) is known color: Deep Magenta. HEX triplet: E3, 07 and C8. RGB value is (227,7,200). Sum of RGB (Red+Green+Blue) = 227+7+200=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E307C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307C8 is #1CF837. Grayscale: #5E5E5E. Windows color (decimal): -1898552 or 13109219. OLE color: 13109219.
HSL color Cylindrical-coordinate representation of color #E307C8: hue angle of 307.36º degrees, saturation: 0.94, 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 #E307C8 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 200 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.11 |
| HSL | 307.36º | 0.94% | 0.46% | - |
| HSV(B) | 307.36º | 0.97% | 0.89% | - |
| XYZ | 42.18 | 20.65 | 56.41 | - |
| YUV | 94.78 | 187.39 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 200 | 0 | 0.97 | 0.12 | 0.11 | 307.36 | 0.94 | 0.46 |
| Hex | E3 | 7 | C8 | 0 | 61 | C | B | 133 | 5E | 2E |
| Octal | 343 | 7 | 310 | 0 | 141 | 14 | 13 | 463 | 136 | 56 |
| Binary | 11100011 | 111 | 11001000 | 0 | 1100001 | 1100 | 1011 | 100110011 | 1011110 | 101110 |
Color Harmonies of #E307C8
Complementary color
Monochromatic Colors of #E307C8
Black with #E307C8
Text Example
Text Example
White with #E307C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E307C8; }
p { color: rgb(227,7,200); }
H1.HeaderClassName
{
color: #E307C8;
}
.AnyTagClassName
{
color: #E307C8;
}
</style>
background-color css
<style>
a { background-color: #E307C8; }
a { background-color: rgb(227,7,200); }
div.DivClassName
{
background-color: #E307C8;
}
.BgClassName
{
background-color: #E307C8;
}
</style>
border-color css
<style>
span { border-color: #E307C8; }
span { border-color: rgb(227,7,200); }
td.TdClassName
{
border-color: #E307C8;
}
.TagClassName
{
border-color: #E307C8;
}
</style>