Shades of Deep Magenta #E01BCE
Tints of Deep Magenta #E01BCE
RGB
CMYK
RGB Variations
Color information
#E01BCE (or 0xE01BCE) is known color: Deep Magenta. HEX triplet: E0, 1B and CE. RGB value is (224,27,206). Sum of RGB (Red+Green+Blue) = 224+27+206=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BCE is #1FE431. Grayscale: #696969. Windows color (decimal): -2090034 or 13507552. OLE color: 13507552.
HSL color Cylindrical-coordinate representation of color #E01BCE: hue angle of 305.48º 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 #E01BCE is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 206 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.12 |
| HSL | 305.48º | 0.78% | 0.49% | - |
| HSV(B) | 305.48º | 0.88% | 0.88% | - |
| XYZ | 42.27 | 21.09 | 60.23 | - |
| YUV | 106.31 | 184.27 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 206 | 0 | 0.88 | 0.08 | 0.12 | 305.48 | 0.78 | 0.49 |
| Hex | E0 | 1B | CE | 0 | 58 | 8 | C | 131 | 4E | 31 |
| Octal | 340 | 33 | 316 | 0 | 130 | 10 | 14 | 461 | 116 | 61 |
| Binary | 11100000 | 11011 | 11001110 | 0 | 1011000 | 1000 | 1100 | 100110001 | 1001110 | 110001 |
Color Harmonies of #E01BCE
Complementary color
Monochromatic Colors of #E01BCE
Black with #E01BCE
Text Example
Text Example
White with #E01BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BCE; }
p { color: rgb(224,27,206); }
H1.HeaderClassName
{
color: #E01BCE;
}
.AnyTagClassName
{
color: #E01BCE;
}
</style>
background-color css
<style>
a { background-color: #E01BCE; }
a { background-color: rgb(224,27,206); }
div.DivClassName
{
background-color: #E01BCE;
}
.BgClassName
{
background-color: #E01BCE;
}
</style>
border-color css
<style>
span { border-color: #E01BCE; }
span { border-color: rgb(224,27,206); }
td.TdClassName
{
border-color: #E01BCE;
}
.TagClassName
{
border-color: #E01BCE;
}
</style>