Shades of Hot Magenta #EB0BCE
Tints of Hot Magenta #EB0BCE
RGB
CMYK
RGB Variations
Color information
#EB0BCE (or 0xEB0BCE) is known color: Hot Magenta. HEX triplet: EB, 0B and CE. RGB value is (235,11,206). Sum of RGB (Red+Green+Blue) = 235+11+206=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0BCE is #14F431. Grayscale: #636363. Windows color (decimal): -1373234 or 13503467. OLE color: 13503467.
HSL color Cylindrical-coordinate representation of color #EB0BCE: hue angle of 307.77º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0BCE is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 206 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.08 |
| HSL | 307.77º | 0.91% | 0.48% | - |
| HSV(B) | 307.77º | 0.95% | 0.92% | - |
| XYZ | 45.52 | 22.36 | 60.31 | - |
| YUV | 100.21 | 187.71 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 206 | 0 | 0.95 | 0.12 | 0.08 | 307.77 | 0.91 | 0.48 |
| Hex | EB | B | CE | 0 | 5F | C | 8 | 134 | 5B | 30 |
| Octal | 353 | 13 | 316 | 0 | 137 | 14 | 10 | 464 | 133 | 60 |
| Binary | 11101011 | 1011 | 11001110 | 0 | 1011111 | 1100 | 1000 | 100110100 | 1011011 | 110000 |
Color Harmonies of #EB0BCE
Complementary color
Monochromatic Colors of #EB0BCE
Black with #EB0BCE
Text Example
Text Example
White with #EB0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0BCE; }
p { color: rgb(235,11,206); }
H1.HeaderClassName
{
color: #EB0BCE;
}
.AnyTagClassName
{
color: #EB0BCE;
}
</style>
background-color css
<style>
a { background-color: #EB0BCE; }
a { background-color: rgb(235,11,206); }
div.DivClassName
{
background-color: #EB0BCE;
}
.BgClassName
{
background-color: #EB0BCE;
}
</style>
border-color css
<style>
span { border-color: #EB0BCE; }
span { border-color: rgb(235,11,206); }
td.TdClassName
{
border-color: #EB0BCE;
}
.TagClassName
{
border-color: #EB0BCE;
}
</style>