Shades of Deep Magenta #E61BDC
Tints of Deep Magenta #E61BDC
RGB
CMYK
RGB Variations
Color information
#E61BDC (or 0xE61BDC) is known color: Deep Magenta. HEX triplet: E6, 1B and DC. RGB value is (230,27,220). Sum of RGB (Red+Green+Blue) = 230+27+220=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BDC is #19E423. Grayscale: #6D6D6D. Windows color (decimal): -1696804 or 14425062. OLE color: 14425062.
HSL color Cylindrical-coordinate representation of color #E61BDC: hue angle of 302.96º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61BDC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 220 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.10 |
| HSL | 302.96º | 0.8% | 0.5% | - |
| HSV(B) | 302.96º | 0.88% | 0.9% | - |
| XYZ | 45.94 | 22.77 | 69.68 | - |
| YUV | 109.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 220 | 0 | 0.88 | 0.04 | 0.10 | 302.96 | 0.8 | 0.5 |
| Hex | E6 | 1B | DC | 0 | 58 | 4 | A | 12F | 50 | 32 |
| Octal | 346 | 33 | 334 | 0 | 130 | 4 | 12 | 457 | 120 | 62 |
| Binary | 11100110 | 11011 | 11011100 | 0 | 1011000 | 100 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E61BDC
Complementary color
Monochromatic Colors of #E61BDC
Black with #E61BDC
Text Example
Text Example
White with #E61BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BDC; }
p { color: rgb(230,27,220); }
H1.HeaderClassName
{
color: #E61BDC;
}
.AnyTagClassName
{
color: #E61BDC;
}
</style>
background-color css
<style>
a { background-color: #E61BDC; }
a { background-color: rgb(230,27,220); }
div.DivClassName
{
background-color: #E61BDC;
}
.BgClassName
{
background-color: #E61BDC;
}
</style>
border-color css
<style>
span { border-color: #E61BDC; }
span { border-color: rgb(230,27,220); }
td.TdClassName
{
border-color: #E61BDC;
}
.TagClassName
{
border-color: #E61BDC;
}
</style>