Shades of Deep Magenta #E41ADF
Tints of Deep Magenta #E41ADF
RGB
CMYK
RGB Variations
Color information
#E41ADF (or 0xE41ADF) is known color: Deep Magenta. HEX triplet: E4, 1A and DF. RGB value is (228,26,223). Sum of RGB (Red+Green+Blue) = 228+26+223=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ADF is #1BE520. Grayscale: #6C6C6C. Windows color (decimal): -1828129 or 14621412. OLE color: 14621412.
HSL color Cylindrical-coordinate representation of color #E41ADF: hue angle of 301.49º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41ADF is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 223 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.11 |
| HSL | 301.49º | 0.8% | 0.5% | - |
| HSV(B) | 301.49º | 0.89% | 0.89% | - |
| XYZ | 45.68 | 22.56 | 71.76 | - |
| YUV | 108.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 223 | 0 | 0.89 | 0.02 | 0.11 | 301.49 | 0.8 | 0.5 |
| Hex | E4 | 1A | DF | 0 | 59 | 2 | B | 12D | 50 | 32 |
| Octal | 344 | 32 | 337 | 0 | 131 | 2 | 13 | 455 | 120 | 62 |
| Binary | 11100100 | 11010 | 11011111 | 0 | 1011001 | 10 | 1011 | 100101101 | 1010000 | 110010 |
Color Harmonies of #E41ADF
Complementary color
Monochromatic Colors of #E41ADF
Black with #E41ADF
Text Example
Text Example
White with #E41ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41ADF; }
p { color: rgb(228,26,223); }
H1.HeaderClassName
{
color: #E41ADF;
}
.AnyTagClassName
{
color: #E41ADF;
}
</style>
background-color css
<style>
a { background-color: #E41ADF; }
a { background-color: rgb(228,26,223); }
div.DivClassName
{
background-color: #E41ADF;
}
.BgClassName
{
background-color: #E41ADF;
}
</style>
border-color css
<style>
span { border-color: #E41ADF; }
span { border-color: rgb(228,26,223); }
td.TdClassName
{
border-color: #E41ADF;
}
.TagClassName
{
border-color: #E41ADF;
}
</style>