Shades of Deep Magenta #E01BCD
Tints of Deep Magenta #E01BCD
RGB
CMYK
RGB Variations
Color information
#E01BCD (or 0xE01BCD) is known color: Deep Magenta. HEX triplet: E0, 1B and CD. RGB value is (224,27,205). Sum of RGB (Red+Green+Blue) = 224+27+205=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BCD is #1FE432. Grayscale: #696969. Windows color (decimal): -2090035 or 13442016. OLE color: 13442016.
HSL color Cylindrical-coordinate representation of color #E01BCD: hue angle of 305.79º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BCD is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.12 |
| HSL | 305.79º | 0.78% | 0.49% | - |
| HSV(B) | 305.79º | 0.88% | 0.88% | - |
| XYZ | 42.15 | 21.04 | 59.6 | - |
| YUV | 106.2 | 183.77 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 205 | 0 | 0.88 | 0.08 | 0.12 | 305.79 | 0.78 | 0.49 |
| Hex | E0 | 1B | CD | 0 | 58 | 8 | C | 132 | 4E | 31 |
| Octal | 340 | 33 | 315 | 0 | 130 | 10 | 14 | 462 | 116 | 61 |
| Binary | 11100000 | 11011 | 11001101 | 0 | 1011000 | 1000 | 1100 | 100110010 | 1001110 | 110001 |
Color Harmonies of #E01BCD
Complementary color
Monochromatic Colors of #E01BCD
Black with #E01BCD
Text Example
Text Example
White with #E01BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BCD; }
p { color: rgb(224,27,205); }
H1.HeaderClassName
{
color: #E01BCD;
}
.AnyTagClassName
{
color: #E01BCD;
}
</style>
background-color css
<style>
a { background-color: #E01BCD; }
a { background-color: rgb(224,27,205); }
div.DivClassName
{
background-color: #E01BCD;
}
.BgClassName
{
background-color: #E01BCD;
}
</style>
border-color css
<style>
span { border-color: #E01BCD; }
span { border-color: rgb(224,27,205); }
td.TdClassName
{
border-color: #E01BCD;
}
.TagClassName
{
border-color: #E01BCD;
}
</style>