Shades of Hot Magenta #EB00D3
Tints of Hot Magenta #EB00D3
RGB
CMYK
RGB Variations
Color information
#EB00D3 (or 0xEB00D3) is known color: Hot Magenta. HEX triplet: EB, 00 and D3. RGB value is (235,0,211). Sum of RGB (Red+Green+Blue) = 235+0+211=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00D3 is #14FF2C. Grayscale: #5D5D5D. Windows color (decimal): -1376045 or 13828331. OLE color: 13828331.
HSL color Cylindrical-coordinate representation of color #EB00D3: hue angle of 306.13º 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 #EB00D3 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 211 | - |
| CMYK | 0 | 1 | 0.10 | 0.08 |
| HSL | 306.13º | 1% | 0.46% | - |
| HSV(B) | 306.13º | 1% | 0.92% | - |
| XYZ | 46.02 | 22.37 | 63.52 | - |
| YUV | 94.32 | 193.86 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 211 | 0 | 1 | 0.10 | 0.08 | 306.13 | 1 | 0.46 |
| Hex | EB | 0 | D3 | 0 | 64 | A | 8 | 132 | 64 | 2E |
| Octal | 353 | 0 | 323 | 0 | 144 | 12 | 10 | 462 | 144 | 56 |
| Binary | 11101011 | 0 | 11010011 | 0 | 1100100 | 1010 | 1000 | 100110010 | 1100100 | 101110 |
Color Harmonies of #EB00D3
Complementary color
Monochromatic Colors of #EB00D3
Black with #EB00D3
Text Example
Text Example
White with #EB00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00D3; }
p { color: rgb(235,0,211); }
H1.HeaderClassName
{
color: #EB00D3;
}
.AnyTagClassName
{
color: #EB00D3;
}
</style>
background-color css
<style>
a { background-color: #EB00D3; }
a { background-color: rgb(235,0,211); }
div.DivClassName
{
background-color: #EB00D3;
}
.BgClassName
{
background-color: #EB00D3;
}
</style>
border-color css
<style>
span { border-color: #EB00D3; }
span { border-color: rgb(235,0,211); }
td.TdClassName
{
border-color: #EB00D3;
}
.TagClassName
{
border-color: #EB00D3;
}
</style>