Shades of Hot Magenta #EB0FDC
Tints of Hot Magenta #EB0FDC
RGB
CMYK
RGB Variations
Color information
#EB0FDC (or 0xEB0FDC) is known color: Hot Magenta. HEX triplet: EB, 0F and DC. RGB value is (235,15,220). Sum of RGB (Red+Green+Blue) = 235+15+220=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FDC is #14F023. Grayscale: #676767. Windows color (decimal): -1372196 or 14421995. OLE color: 14421995.
HSL color Cylindrical-coordinate representation of color #EB0FDC: hue angle of 304.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0FDC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.08 |
| HSL | 304.09º | 0.88% | 0.49% | - |
| HSV(B) | 304.09º | 0.94% | 0.92% | - |
| XYZ | 47.35 | 23.17 | 69.69 | - |
| YUV | 104.15 | 193.39 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 15 | 220 | 0 | 0.94 | 0.06 | 0.08 | 304.09 | 0.88 | 0.49 |
| Hex | EB | F | DC | 0 | 5E | 6 | 8 | 130 | 58 | 31 |
| Octal | 353 | 17 | 334 | 0 | 136 | 6 | 10 | 460 | 130 | 61 |
| Binary | 11101011 | 1111 | 11011100 | 0 | 1011110 | 110 | 1000 | 100110000 | 1011000 | 110001 |
Color Harmonies of #EB0FDC
Complementary color
Monochromatic Colors of #EB0FDC
Black with #EB0FDC
Text Example
Text Example
White with #EB0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0FDC; }
p { color: rgb(235,15,220); }
H1.HeaderClassName
{
color: #EB0FDC;
}
.AnyTagClassName
{
color: #EB0FDC;
}
</style>
background-color css
<style>
a { background-color: #EB0FDC; }
a { background-color: rgb(235,15,220); }
div.DivClassName
{
background-color: #EB0FDC;
}
.BgClassName
{
background-color: #EB0FDC;
}
</style>
border-color css
<style>
span { border-color: #EB0FDC; }
span { border-color: rgb(235,15,220); }
td.TdClassName
{
border-color: #EB0FDC;
}
.TagClassName
{
border-color: #EB0FDC;
}
</style>