Shades of Deep Magenta #E605DF
Tints of Deep Magenta #E605DF
RGB
CMYK
RGB Variations
Color information
#E605DF (or 0xE605DF) is known color: Deep Magenta. HEX triplet: E6, 05 and DF. RGB value is (230,5,223). Sum of RGB (Red+Green+Blue) = 230+5+223=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E605DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605DF is #19FA20. Grayscale: #606060. Windows color (decimal): -1702433 or 14616038. OLE color: 14616038.
HSL color Cylindrical-coordinate representation of color #E605DF: hue angle of 301.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605DF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.10 |
| HSL | 301.87º | 0.96% | 0.46% | - |
| HSV(B) | 301.87º | 0.98% | 0.9% | - |
| XYZ | 46.01 | 22.26 | 71.68 | - |
| YUV | 97.13 | 199.04 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 223 | 0 | 0.98 | 0.03 | 0.10 | 301.87 | 0.96 | 0.46 |
| Hex | E6 | 5 | DF | 0 | 62 | 3 | A | 12E | 60 | 2E |
| Octal | 346 | 5 | 337 | 0 | 142 | 3 | 12 | 456 | 140 | 56 |
| Binary | 11100110 | 101 | 11011111 | 0 | 1100010 | 11 | 1010 | 100101110 | 1100000 | 101110 |
Color Harmonies of #E605DF
Complementary color
Monochromatic Colors of #E605DF
Black with #E605DF
Text Example
Text Example
White with #E605DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605DF; }
p { color: rgb(230,5,223); }
H1.HeaderClassName
{
color: #E605DF;
}
.AnyTagClassName
{
color: #E605DF;
}
</style>
background-color css
<style>
a { background-color: #E605DF; }
a { background-color: rgb(230,5,223); }
div.DivClassName
{
background-color: #E605DF;
}
.BgClassName
{
background-color: #E605DF;
}
</style>
border-color css
<style>
span { border-color: #E605DF; }
span { border-color: rgb(230,5,223); }
td.TdClassName
{
border-color: #E605DF;
}
.TagClassName
{
border-color: #E605DF;
}
</style>