Shades of Deep Magenta #E301DC
Tints of Deep Magenta #E301DC
RGB
CMYK
RGB Variations
Color information
#E301DC (or 0xE301DC) is known color: Deep Magenta. HEX triplet: E3, 01 and DC. RGB value is (227,1,220). Sum of RGB (Red+Green+Blue) = 227+1+220=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E301DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301DC is #1CFE23. Grayscale: #5C5C5C. Windows color (decimal): -1900068 or 14418403. OLE color: 14418403.
HSL color Cylindrical-coordinate representation of color #E301DC: hue angle of 301.86º 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 #E301DC is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 220 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.11 |
| HSL | 301.86º | 0.99% | 0.45% | - |
| HSV(B) | 301.86º | 1% | 0.89% | - |
| XYZ | 44.61 | 21.52 | 69.51 | - |
| YUV | 93.54 | 199.37 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 220 | 0 | 1.00 | 0.03 | 0.11 | 301.86 | 0.99 | 0.45 |
| Hex | E3 | 1 | DC | 0 | 64 | 3 | B | 12E | 63 | 2D |
| Octal | 343 | 1 | 334 | 0 | 144 | 3 | 13 | 456 | 143 | 55 |
| Binary | 11100011 | 1 | 11011100 | 0 | 1100100 | 11 | 1011 | 100101110 | 1100011 | 101101 |
Color Harmonies of #E301DC
Complementary color
Monochromatic Colors of #E301DC
Black with #E301DC
Text Example
Text Example
White with #E301DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301DC; }
p { color: rgb(227,1,220); }
H1.HeaderClassName
{
color: #E301DC;
}
.AnyTagClassName
{
color: #E301DC;
}
</style>
background-color css
<style>
a { background-color: #E301DC; }
a { background-color: rgb(227,1,220); }
div.DivClassName
{
background-color: #E301DC;
}
.BgClassName
{
background-color: #E301DC;
}
</style>
border-color css
<style>
span { border-color: #E301DC; }
span { border-color: rgb(227,1,220); }
td.TdClassName
{
border-color: #E301DC;
}
.TagClassName
{
border-color: #E301DC;
}
</style>