Shades of Hot Magenta #EB00DF
Tints of Hot Magenta #EB00DF
RGB
CMYK
RGB Variations
Color information
#EB00DF (or 0xEB00DF) is known color: Hot Magenta. HEX triplet: EB, 00 and DF. RGB value is (235,0,223). Sum of RGB (Red+Green+Blue) = 235+0+223=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00DF is #14FF20. Grayscale: #5F5F5F. Windows color (decimal): -1376033 or 14614763. OLE color: 14614763.
HSL color Cylindrical-coordinate representation of color #EB00DF: hue angle of 303.06º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB00DF is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.05 | 0.08 |
| HSL | 303.06º | 1% | 0.46% | - |
| HSV(B) | 303.06º | 1% | 0.92% | - |
| XYZ | 47.58 | 22.99 | 71.74 | - |
| YUV | 95.69 | 199.86 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 223 | 0 | 1 | 0.05 | 0.08 | 303.06 | 1 | 0.46 |
| Hex | EB | 0 | DF | 0 | 64 | 5 | 8 | 12F | 64 | 2E |
| Octal | 353 | 0 | 337 | 0 | 144 | 5 | 10 | 457 | 144 | 56 |
| Binary | 11101011 | 0 | 11011111 | 0 | 1100100 | 101 | 1000 | 100101111 | 1100100 | 101110 |
Color Harmonies of #EB00DF
Complementary color
Monochromatic Colors of #EB00DF
Black with #EB00DF
Text Example
Text Example
White with #EB00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00DF; }
p { color: rgb(235,0,223); }
H1.HeaderClassName
{
color: #EB00DF;
}
.AnyTagClassName
{
color: #EB00DF;
}
</style>
background-color css
<style>
a { background-color: #EB00DF; }
a { background-color: rgb(235,0,223); }
div.DivClassName
{
background-color: #EB00DF;
}
.BgClassName
{
background-color: #EB00DF;
}
</style>
border-color css
<style>
span { border-color: #EB00DF; }
span { border-color: rgb(235,0,223); }
td.TdClassName
{
border-color: #EB00DF;
}
.TagClassName
{
border-color: #EB00DF;
}
</style>