Shades of Hot Magenta #EB00C8
Tints of Hot Magenta #EB00C8
RGB
CMYK
RGB Variations
Color information
#EB00C8 (or 0xEB00C8) is known color: Hot Magenta. HEX triplet: EB, 00 and C8. RGB value is (235,0,200). Sum of RGB (Red+Green+Blue) = 235+0+200=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00C8 is #14FF37. Grayscale: #5C5C5C. Windows color (decimal): -1376056 or 13107435. OLE color: 13107435.
HSL color Cylindrical-coordinate representation of color #EB00C8: hue angle of 308.94º 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 #EB00C8 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 200 | - |
| CMYK | 0 | 1 | 0.15 | 0.08 |
| HSL | 308.94º | 1% | 0.46% | - |
| HSV(B) | 308.94º | 1% | 0.92% | - |
| XYZ | 44.69 | 21.83 | 56.5 | - |
| YUV | 93.07 | 188.36 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 200 | 0 | 1 | 0.15 | 0.08 | 308.94 | 1 | 0.46 |
| Hex | EB | 0 | C8 | 0 | 64 | F | 8 | 135 | 64 | 2E |
| Octal | 353 | 0 | 310 | 0 | 144 | 17 | 10 | 465 | 144 | 56 |
| Binary | 11101011 | 0 | 11001000 | 0 | 1100100 | 1111 | 1000 | 100110101 | 1100100 | 101110 |
Color Harmonies of #EB00C8
Complementary color
Monochromatic Colors of #EB00C8
Black with #EB00C8
Text Example
Text Example
White with #EB00C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00C8; }
p { color: rgb(235,0,200); }
H1.HeaderClassName
{
color: #EB00C8;
}
.AnyTagClassName
{
color: #EB00C8;
}
</style>
background-color css
<style>
a { background-color: #EB00C8; }
a { background-color: rgb(235,0,200); }
div.DivClassName
{
background-color: #EB00C8;
}
.BgClassName
{
background-color: #EB00C8;
}
</style>
border-color css
<style>
span { border-color: #EB00C8; }
span { border-color: rgb(235,0,200); }
td.TdClassName
{
border-color: #EB00C8;
}
.TagClassName
{
border-color: #EB00C8;
}
</style>