Shades of Deep Magenta #E304DF
Tints of Deep Magenta #E304DF
RGB
CMYK
RGB Variations
Color information
#E304DF (or 0xE304DF) is known color: Deep Magenta. HEX triplet: E3, 04 and DF. RGB value is (227,4,223). Sum of RGB (Red+Green+Blue) = 227+4+223=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E304DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304DF is #1CFB20. Grayscale: #5E5E5E. Windows color (decimal): -1899297 or 14615779. OLE color: 14615779.
HSL color Cylindrical-coordinate representation of color #E304DF: hue angle of 301.08º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304DF is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 223 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.11 |
| HSL | 301.08º | 0.97% | 0.45% | - |
| HSV(B) | 301.08º | 0.98% | 0.89% | - |
| XYZ | 45.04 | 21.75 | 71.64 | - |
| YUV | 95.64 | 199.88 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 223 | 0 | 0.98 | 0.02 | 0.11 | 301.08 | 0.97 | 0.45 |
| Hex | E3 | 4 | DF | 0 | 62 | 2 | B | 12D | 61 | 2D |
| Octal | 343 | 4 | 337 | 0 | 142 | 2 | 13 | 455 | 141 | 55 |
| Binary | 11100011 | 100 | 11011111 | 0 | 1100010 | 10 | 1011 | 100101101 | 1100001 | 101101 |
Color Harmonies of #E304DF
Complementary color
Monochromatic Colors of #E304DF
Black with #E304DF
Text Example
Text Example
White with #E304DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304DF; }
p { color: rgb(227,4,223); }
H1.HeaderClassName
{
color: #E304DF;
}
.AnyTagClassName
{
color: #E304DF;
}
</style>
background-color css
<style>
a { background-color: #E304DF; }
a { background-color: rgb(227,4,223); }
div.DivClassName
{
background-color: #E304DF;
}
.BgClassName
{
background-color: #E304DF;
}
</style>
border-color css
<style>
span { border-color: #E304DF; }
span { border-color: rgb(227,4,223); }
td.TdClassName
{
border-color: #E304DF;
}
.TagClassName
{
border-color: #E304DF;
}
</style>