Shades of Hot Magenta #EB00C1
Tints of Hot Magenta #EB00C1
RGB
CMYK
RGB Variations
Color information
#EB00C1 (or 0xEB00C1) is known color: Hot Magenta. HEX triplet: EB, 00 and C1. RGB value is (235,0,193). Sum of RGB (Red+Green+Blue) = 235+0+193=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00C1 is #14FF3E. Grayscale: #5B5B5B. Windows color (decimal): -1376063 or 12648683. OLE color: 12648683.
HSL color Cylindrical-coordinate representation of color #EB00C1: hue angle of 310.72º 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 #EB00C1 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.18 | 0.08 |
| HSL | 310.72º | 1% | 0.46% | - |
| HSV(B) | 310.72º | 1% | 0.92% | - |
| XYZ | 43.89 | 21.51 | 52.29 | - |
| YUV | 92.27 | 184.86 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 193 | 0 | 1 | 0.18 | 0.08 | 310.72 | 1 | 0.46 |
| Hex | EB | 0 | C1 | 0 | 64 | 12 | 8 | 137 | 64 | 2E |
| Octal | 353 | 0 | 301 | 0 | 144 | 22 | 10 | 467 | 144 | 56 |
| Binary | 11101011 | 0 | 11000001 | 0 | 1100100 | 10010 | 1000 | 100110111 | 1100100 | 101110 |
Color Harmonies of #EB00C1
Complementary color
Monochromatic Colors of #EB00C1
Black with #EB00C1
Text Example
Text Example
White with #EB00C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00C1; }
p { color: rgb(235,0,193); }
H1.HeaderClassName
{
color: #EB00C1;
}
.AnyTagClassName
{
color: #EB00C1;
}
</style>
background-color css
<style>
a { background-color: #EB00C1; }
a { background-color: rgb(235,0,193); }
div.DivClassName
{
background-color: #EB00C1;
}
.BgClassName
{
background-color: #EB00C1;
}
</style>
border-color css
<style>
span { border-color: #EB00C1; }
span { border-color: rgb(235,0,193); }
td.TdClassName
{
border-color: #EB00C1;
}
.TagClassName
{
border-color: #EB00C1;
}
</style>