Shades of Hot Magenta #EB0BCD
Tints of Hot Magenta #EB0BCD
RGB
CMYK
RGB Variations
Color information
#EB0BCD (or 0xEB0BCD) is known color: Hot Magenta. HEX triplet: EB, 0B and CD. RGB value is (235,11,205). Sum of RGB (Red+Green+Blue) = 235+11+205=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0BCD is #14F432. Grayscale: #636363. Windows color (decimal): -1373235 or 13437931. OLE color: 13437931.
HSL color Cylindrical-coordinate representation of color #EB0BCD: hue angle of 308.04º 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 #EB0BCD is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.08 |
| HSL | 308.04º | 0.91% | 0.48% | - |
| HSV(B) | 308.04º | 0.95% | 0.92% | - |
| XYZ | 45.4 | 22.31 | 59.67 | - |
| YUV | 100.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 205 | 0 | 0.95 | 0.13 | 0.08 | 308.04 | 0.91 | 0.48 |
| Hex | EB | B | CD | 0 | 5F | D | 8 | 134 | 5B | 30 |
| Octal | 353 | 13 | 315 | 0 | 137 | 15 | 10 | 464 | 133 | 60 |
| Binary | 11101011 | 1011 | 11001101 | 0 | 1011111 | 1101 | 1000 | 100110100 | 1011011 | 110000 |
Color Harmonies of #EB0BCD
Complementary color
Monochromatic Colors of #EB0BCD
Black with #EB0BCD
Text Example
Text Example
White with #EB0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0BCD; }
p { color: rgb(235,11,205); }
H1.HeaderClassName
{
color: #EB0BCD;
}
.AnyTagClassName
{
color: #EB0BCD;
}
</style>
background-color css
<style>
a { background-color: #EB0BCD; }
a { background-color: rgb(235,11,205); }
div.DivClassName
{
background-color: #EB0BCD;
}
.BgClassName
{
background-color: #EB0BCD;
}
</style>
border-color css
<style>
span { border-color: #EB0BCD; }
span { border-color: rgb(235,11,205); }
td.TdClassName
{
border-color: #EB0BCD;
}
.TagClassName
{
border-color: #EB0BCD;
}
</style>