Shades of Hot Magenta #EB01C8
Tints of Hot Magenta #EB01C8
RGB
CMYK
RGB Variations
Color information
#EB01C8 (or 0xEB01C8) is known color: Hot Magenta. HEX triplet: EB, 01 and C8. RGB value is (235,1,200). Sum of RGB (Red+Green+Blue) = 235+1+200=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB01C8 is #14FE37. Grayscale: #5D5D5D. Windows color (decimal): -1375800 or 13107691. OLE color: 13107691.
HSL color Cylindrical-coordinate representation of color #EB01C8: hue angle of 308.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB01C8 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 200 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.08 |
| HSL | 308.97º | 0.99% | 0.46% | - |
| HSV(B) | 308.97º | 1% | 0.92% | - |
| XYZ | 44.7 | 21.85 | 56.51 | - |
| YUV | 93.65 | 188.02 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 200 | 0 | 1.00 | 0.15 | 0.08 | 308.97 | 0.99 | 0.46 |
| Hex | EB | 1 | C8 | 0 | 64 | F | 8 | 135 | 63 | 2E |
| Octal | 353 | 1 | 310 | 0 | 144 | 17 | 10 | 465 | 143 | 56 |
| Binary | 11101011 | 1 | 11001000 | 0 | 1100100 | 1111 | 1000 | 100110101 | 1100011 | 101110 |
Color Harmonies of #EB01C8
Complementary color
Monochromatic Colors of #EB01C8
Black with #EB01C8
Text Example
Text Example
White with #EB01C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB01C8; }
p { color: rgb(235,1,200); }
H1.HeaderClassName
{
color: #EB01C8;
}
.AnyTagClassName
{
color: #EB01C8;
}
</style>
background-color css
<style>
a { background-color: #EB01C8; }
a { background-color: rgb(235,1,200); }
div.DivClassName
{
background-color: #EB01C8;
}
.BgClassName
{
background-color: #EB01C8;
}
</style>
border-color css
<style>
span { border-color: #EB01C8; }
span { border-color: rgb(235,1,200); }
td.TdClassName
{
border-color: #EB01C8;
}
.TagClassName
{
border-color: #EB01C8;
}
</style>