Shades of Deep Magenta #E61BDD
Tints of Deep Magenta #E61BDD
RGB
CMYK
RGB Variations
Color information
#E61BDD (or 0xE61BDD) is known color: Deep Magenta. HEX triplet: E6, 1B and DD. RGB value is (230,27,221). Sum of RGB (Red+Green+Blue) = 230+27+221=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61BDD is #19E422. Grayscale: #6D6D6D. Windows color (decimal): -1696803 or 14490598. OLE color: 14490598.
HSL color Cylindrical-coordinate representation of color #E61BDD: hue angle of 302.66º 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 #E61BDD is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 221 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.10 |
| HSL | 302.66º | 0.8% | 0.5% | - |
| HSV(B) | 302.66º | 0.88% | 0.9% | - |
| XYZ | 46.08 | 22.83 | 70.38 | - |
| YUV | 109.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 221 | 0 | 0.88 | 0.04 | 0.10 | 302.66 | 0.8 | 0.5 |
| Hex | E6 | 1B | DD | 0 | 58 | 4 | A | 12F | 50 | 32 |
| Octal | 346 | 33 | 335 | 0 | 130 | 4 | 12 | 457 | 120 | 62 |
| Binary | 11100110 | 11011 | 11011101 | 0 | 1011000 | 100 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E61BDD
Complementary color
Monochromatic Colors of #E61BDD
Black with #E61BDD
Text Example
Text Example
White with #E61BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61BDD; }
p { color: rgb(230,27,221); }
H1.HeaderClassName
{
color: #E61BDD;
}
.AnyTagClassName
{
color: #E61BDD;
}
</style>
background-color css
<style>
a { background-color: #E61BDD; }
a { background-color: rgb(230,27,221); }
div.DivClassName
{
background-color: #E61BDD;
}
.BgClassName
{
background-color: #E61BDD;
}
</style>
border-color css
<style>
span { border-color: #E61BDD; }
span { border-color: rgb(230,27,221); }
td.TdClassName
{
border-color: #E61BDD;
}
.TagClassName
{
border-color: #E61BDD;
}
</style>