Shades of Deep Magenta #E301DA
Tints of Deep Magenta #E301DA
RGB
CMYK
RGB Variations
Color information
#E301DA (or 0xE301DA) is known color: Deep Magenta. HEX triplet: E3, 01 and DA. RGB value is (227,1,218). Sum of RGB (Red+Green+Blue) = 227+1+218=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E301DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301DA is #1CFE25. Grayscale: #5C5C5C. Windows color (decimal): -1900070 or 14287331. OLE color: 14287331.
HSL color Cylindrical-coordinate representation of color #E301DA: hue angle of 302.39º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301DA is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 218 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.11 |
| HSL | 302.39º | 0.99% | 0.45% | - |
| HSV(B) | 302.39º | 1% | 0.89% | - |
| XYZ | 44.34 | 21.41 | 68.13 | - |
| YUV | 93.31 | 198.37 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 218 | 0 | 1.00 | 0.04 | 0.11 | 302.39 | 0.99 | 0.45 |
| Hex | E3 | 1 | DA | 0 | 64 | 4 | B | 12E | 63 | 2D |
| Octal | 343 | 1 | 332 | 0 | 144 | 4 | 13 | 456 | 143 | 55 |
| Binary | 11100011 | 1 | 11011010 | 0 | 1100100 | 100 | 1011 | 100101110 | 1100011 | 101101 |
Color Harmonies of #E301DA
Complementary color
Monochromatic Colors of #E301DA
Black with #E301DA
Text Example
Text Example
White with #E301DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301DA; }
p { color: rgb(227,1,218); }
H1.HeaderClassName
{
color: #E301DA;
}
.AnyTagClassName
{
color: #E301DA;
}
</style>
background-color css
<style>
a { background-color: #E301DA; }
a { background-color: rgb(227,1,218); }
div.DivClassName
{
background-color: #E301DA;
}
.BgClassName
{
background-color: #E301DA;
}
</style>
border-color css
<style>
span { border-color: #E301DA; }
span { border-color: rgb(227,1,218); }
td.TdClassName
{
border-color: #E301DA;
}
.TagClassName
{
border-color: #E301DA;
}
</style>