Shades of Deep Magenta #E61CDF
Tints of Deep Magenta #E61CDF
RGB
CMYK
RGB Variations
Color information
#E61CDF (or 0xE61CDF) is known color: Deep Magenta. HEX triplet: E6, 1C and DF. RGB value is (230,28,223). Sum of RGB (Red+Green+Blue) = 230+28+223=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CDF is #19E320. Grayscale: #6E6E6E. Windows color (decimal): -1696545 or 14621926. OLE color: 14621926.
HSL color Cylindrical-coordinate representation of color #E61CDF: hue angle of 302.08º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CDF is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 223 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.10 |
| HSL | 302.08º | 0.8% | 0.51% | - |
| HSV(B) | 302.08º | 0.88% | 0.9% | - |
| XYZ | 46.37 | 22.98 | 71.8 | - |
| YUV | 110.63 | 191.42 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 223 | 0 | 0.88 | 0.03 | 0.10 | 302.08 | 0.8 | 0.51 |
| Hex | E6 | 1C | DF | 0 | 58 | 3 | A | 12E | 50 | 33 |
| Octal | 346 | 34 | 337 | 0 | 130 | 3 | 12 | 456 | 120 | 63 |
| Binary | 11100110 | 11100 | 11011111 | 0 | 1011000 | 11 | 1010 | 100101110 | 1010000 | 110011 |
Color Harmonies of #E61CDF
Complementary color
Monochromatic Colors of #E61CDF
Black with #E61CDF
Text Example
Text Example
White with #E61CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61CDF; }
p { color: rgb(230,28,223); }
H1.HeaderClassName
{
color: #E61CDF;
}
.AnyTagClassName
{
color: #E61CDF;
}
</style>
background-color css
<style>
a { background-color: #E61CDF; }
a { background-color: rgb(230,28,223); }
div.DivClassName
{
background-color: #E61CDF;
}
.BgClassName
{
background-color: #E61CDF;
}
</style>
border-color css
<style>
span { border-color: #E61CDF; }
span { border-color: rgb(230,28,223); }
td.TdClassName
{
border-color: #E61CDF;
}
.TagClassName
{
border-color: #E61CDF;
}
</style>