Shades of Deep Magenta #E10BCF
Tints of Deep Magenta #E10BCF
RGB
CMYK
RGB Variations
Color information
#E10BCF (or 0xE10BCF) is known color: Deep Magenta. HEX triplet: E1, 0B and CF. RGB value is (225,11,207). Sum of RGB (Red+Green+Blue) = 225+11+207=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BCF is #1EF430. Grayscale: #606060. Windows color (decimal): -2028593 or 13568993. OLE color: 13568993.
HSL color Cylindrical-coordinate representation of color #E10BCF: hue angle of 305.05º 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 #E10BCF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.12 |
| HSL | 305.05º | 0.91% | 0.46% | - |
| HSV(B) | 305.05º | 0.95% | 0.88% | - |
| XYZ | 42.43 | 20.75 | 60.8 | - |
| YUV | 97.33 | 189.9 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 207 | 0 | 0.95 | 0.08 | 0.12 | 305.05 | 0.91 | 0.46 |
| Hex | E1 | B | CF | 0 | 5F | 8 | C | 131 | 5B | 2E |
| Octal | 341 | 13 | 317 | 0 | 137 | 10 | 14 | 461 | 133 | 56 |
| Binary | 11100001 | 1011 | 11001111 | 0 | 1011111 | 1000 | 1100 | 100110001 | 1011011 | 101110 |
Color Harmonies of #E10BCF
Complementary color
Monochromatic Colors of #E10BCF
Black with #E10BCF
Text Example
Text Example
White with #E10BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BCF; }
p { color: rgb(225,11,207); }
H1.HeaderClassName
{
color: #E10BCF;
}
.AnyTagClassName
{
color: #E10BCF;
}
</style>
background-color css
<style>
a { background-color: #E10BCF; }
a { background-color: rgb(225,11,207); }
div.DivClassName
{
background-color: #E10BCF;
}
.BgClassName
{
background-color: #E10BCF;
}
</style>
border-color css
<style>
span { border-color: #E10BCF; }
span { border-color: rgb(225,11,207); }
td.TdClassName
{
border-color: #E10BCF;
}
.TagClassName
{
border-color: #E10BCF;
}
</style>