Shades of Deep Magenta #E10BCE
Tints of Deep Magenta #E10BCE
RGB
CMYK
RGB Variations
Color information
#E10BCE (or 0xE10BCE) is known color: Deep Magenta. HEX triplet: E1, 0B and CE. RGB value is (225,11,206). Sum of RGB (Red+Green+Blue) = 225+11+206=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BCE is #1EF431. Grayscale: #606060. Windows color (decimal): -2028594 or 13503457. OLE color: 13503457.
HSL color Cylindrical-coordinate representation of color #E10BCE: hue angle of 305.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BCE is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 206 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.12 |
| HSL | 305.33º | 0.91% | 0.46% | - |
| HSV(B) | 305.33º | 0.95% | 0.88% | - |
| XYZ | 42.31 | 20.7 | 60.16 | - |
| YUV | 97.22 | 189.4 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 206 | 0 | 0.95 | 0.08 | 0.12 | 305.33 | 0.91 | 0.46 |
| Hex | E1 | B | CE | 0 | 5F | 8 | C | 131 | 5B | 2E |
| Octal | 341 | 13 | 316 | 0 | 137 | 10 | 14 | 461 | 133 | 56 |
| Binary | 11100001 | 1011 | 11001110 | 0 | 1011111 | 1000 | 1100 | 100110001 | 1011011 | 101110 |
Color Harmonies of #E10BCE
Complementary color
Monochromatic Colors of #E10BCE
Black with #E10BCE
Text Example
Text Example
White with #E10BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BCE; }
p { color: rgb(225,11,206); }
H1.HeaderClassName
{
color: #E10BCE;
}
.AnyTagClassName
{
color: #E10BCE;
}
</style>
background-color css
<style>
a { background-color: #E10BCE; }
a { background-color: rgb(225,11,206); }
div.DivClassName
{
background-color: #E10BCE;
}
.BgClassName
{
background-color: #E10BCE;
}
</style>
border-color css
<style>
span { border-color: #E10BCE; }
span { border-color: rgb(225,11,206); }
td.TdClassName
{
border-color: #E10BCE;
}
.TagClassName
{
border-color: #E10BCE;
}
</style>