Shades of Hot Magenta #EB0BDC
Tints of Hot Magenta #EB0BDC
RGB
CMYK
RGB Variations
Color information
#EB0BDC (or 0xEB0BDC) is known color: Hot Magenta. HEX triplet: EB, 0B and DC. RGB value is (235,11,220). Sum of RGB (Red+Green+Blue) = 235+11+220=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0BDC is #14F423. Grayscale: #656565. Windows color (decimal): -1373220 or 14420971. OLE color: 14420971.
HSL color Cylindrical-coordinate representation of color #EB0BDC: hue angle of 304.02º 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 #EB0BDC is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 220 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.08 |
| HSL | 304.02º | 0.91% | 0.48% | - |
| HSV(B) | 304.02º | 0.95% | 0.92% | - |
| XYZ | 47.3 | 23.07 | 69.67 | - |
| YUV | 101.8 | 194.71 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 220 | 0 | 0.95 | 0.06 | 0.08 | 304.02 | 0.91 | 0.48 |
| Hex | EB | B | DC | 0 | 5F | 6 | 8 | 130 | 5B | 30 |
| Octal | 353 | 13 | 334 | 0 | 137 | 6 | 10 | 460 | 133 | 60 |
| Binary | 11101011 | 1011 | 11011100 | 0 | 1011111 | 110 | 1000 | 100110000 | 1011011 | 110000 |
Color Harmonies of #EB0BDC
Complementary color
Monochromatic Colors of #EB0BDC
Black with #EB0BDC
Text Example
Text Example
White with #EB0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0BDC; }
p { color: rgb(235,11,220); }
H1.HeaderClassName
{
color: #EB0BDC;
}
.AnyTagClassName
{
color: #EB0BDC;
}
</style>
background-color css
<style>
a { background-color: #EB0BDC; }
a { background-color: rgb(235,11,220); }
div.DivClassName
{
background-color: #EB0BDC;
}
.BgClassName
{
background-color: #EB0BDC;
}
</style>
border-color css
<style>
span { border-color: #EB0BDC; }
span { border-color: rgb(235,11,220); }
td.TdClassName
{
border-color: #EB0BDC;
}
.TagClassName
{
border-color: #EB0BDC;
}
</style>