Shades of Deep Magenta #E301DE
Tints of Deep Magenta #E301DE
RGB
CMYK
RGB Variations
Color information
#E301DE (or 0xE301DE) is known color: Deep Magenta. HEX triplet: E3, 01 and DE. RGB value is (227,1,222). Sum of RGB (Red+Green+Blue) = 227+1+222=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E301DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301DE is #1CFE21. Grayscale: #5D5D5D. Windows color (decimal): -1900066 or 14549475. OLE color: 14549475.
HSL color Cylindrical-coordinate representation of color #E301DE: hue angle of 301.33º 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 #E301DE is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 222 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.11 |
| HSL | 301.33º | 0.99% | 0.45% | - |
| HSV(B) | 301.33º | 1% | 0.89% | - |
| XYZ | 44.87 | 21.63 | 70.92 | - |
| YUV | 93.77 | 200.37 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 222 | 0 | 1.00 | 0.02 | 0.11 | 301.33 | 0.99 | 0.45 |
| Hex | E3 | 1 | DE | 0 | 64 | 2 | B | 12D | 63 | 2D |
| Octal | 343 | 1 | 336 | 0 | 144 | 2 | 13 | 455 | 143 | 55 |
| Binary | 11100011 | 1 | 11011110 | 0 | 1100100 | 10 | 1011 | 100101101 | 1100011 | 101101 |
Color Harmonies of #E301DE
Complementary color
Monochromatic Colors of #E301DE
Black with #E301DE
Text Example
Text Example
White with #E301DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301DE; }
p { color: rgb(227,1,222); }
H1.HeaderClassName
{
color: #E301DE;
}
.AnyTagClassName
{
color: #E301DE;
}
</style>
background-color css
<style>
a { background-color: #E301DE; }
a { background-color: rgb(227,1,222); }
div.DivClassName
{
background-color: #E301DE;
}
.BgClassName
{
background-color: #E301DE;
}
</style>
border-color css
<style>
span { border-color: #E301DE; }
span { border-color: rgb(227,1,222); }
td.TdClassName
{
border-color: #E301DE;
}
.TagClassName
{
border-color: #E301DE;
}
</style>