Shades of Hot Magenta #EB00D0
Tints of Hot Magenta #EB00D0
RGB
CMYK
RGB Variations
Color information
#EB00D0 (or 0xEB00D0) is known color: Hot Magenta. HEX triplet: EB, 00 and D0. RGB value is (235,0,208). Sum of RGB (Red+Green+Blue) = 235+0+208=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00D0 is #14FF2F. Grayscale: #5D5D5D. Windows color (decimal): -1376048 or 13631723. OLE color: 13631723.
HSL color Cylindrical-coordinate representation of color #EB00D0: hue angle of 306.89º 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 #EB00D0 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.11 | 0.08 |
| HSL | 306.89º | 1% | 0.46% | - |
| HSV(B) | 306.89º | 1% | 0.92% | - |
| XYZ | 45.65 | 22.22 | 61.56 | - |
| YUV | 93.98 | 192.36 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 208 | 0 | 1 | 0.11 | 0.08 | 306.89 | 1 | 0.46 |
| Hex | EB | 0 | D0 | 0 | 64 | B | 8 | 133 | 64 | 2E |
| Octal | 353 | 0 | 320 | 0 | 144 | 13 | 10 | 463 | 144 | 56 |
| Binary | 11101011 | 0 | 11010000 | 0 | 1100100 | 1011 | 1000 | 100110011 | 1100100 | 101110 |
Color Harmonies of #EB00D0
Complementary color
Monochromatic Colors of #EB00D0
Black with #EB00D0
Text Example
Text Example
White with #EB00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00D0; }
p { color: rgb(235,0,208); }
H1.HeaderClassName
{
color: #EB00D0;
}
.AnyTagClassName
{
color: #EB00D0;
}
</style>
background-color css
<style>
a { background-color: #EB00D0; }
a { background-color: rgb(235,0,208); }
div.DivClassName
{
background-color: #EB00D0;
}
.BgClassName
{
background-color: #EB00D0;
}
</style>
border-color css
<style>
span { border-color: #EB00D0; }
span { border-color: rgb(235,0,208); }
td.TdClassName
{
border-color: #EB00D0;
}
.TagClassName
{
border-color: #EB00D0;
}
</style>