Shades of Hot Magenta #EB00D2
Tints of Hot Magenta #EB00D2
RGB
CMYK
RGB Variations
Color information
#EB00D2 (or 0xEB00D2) is known color: Hot Magenta. HEX triplet: EB, 00 and D2. RGB value is (235,0,210). Sum of RGB (Red+Green+Blue) = 235+0+210=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00D2 is #14FF2D. Grayscale: #5D5D5D. Windows color (decimal): -1376046 or 13762795. OLE color: 13762795.
HSL color Cylindrical-coordinate representation of color #EB00D2: hue angle of 306.38º 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 #EB00D2 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 210 | - |
| CMYK | 0 | 1 | 0.11 | 0.08 |
| HSL | 306.38º | 1% | 0.46% | - |
| HSV(B) | 306.38º | 1% | 0.92% | - |
| XYZ | 45.89 | 22.32 | 62.86 | - |
| YUV | 94.21 | 193.36 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 210 | 0 | 1 | 0.11 | 0.08 | 306.38 | 1 | 0.46 |
| Hex | EB | 0 | D2 | 0 | 64 | B | 8 | 132 | 64 | 2E |
| Octal | 353 | 0 | 322 | 0 | 144 | 13 | 10 | 462 | 144 | 56 |
| Binary | 11101011 | 0 | 11010010 | 0 | 1100100 | 1011 | 1000 | 100110010 | 1100100 | 101110 |
Color Harmonies of #EB00D2
Complementary color
Monochromatic Colors of #EB00D2
Black with #EB00D2
Text Example
Text Example
White with #EB00D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00D2; }
p { color: rgb(235,0,210); }
H1.HeaderClassName
{
color: #EB00D2;
}
.AnyTagClassName
{
color: #EB00D2;
}
</style>
background-color css
<style>
a { background-color: #EB00D2; }
a { background-color: rgb(235,0,210); }
div.DivClassName
{
background-color: #EB00D2;
}
.BgClassName
{
background-color: #EB00D2;
}
</style>
border-color css
<style>
span { border-color: #EB00D2; }
span { border-color: rgb(235,0,210); }
td.TdClassName
{
border-color: #EB00D2;
}
.TagClassName
{
border-color: #EB00D2;
}
</style>