Shades of Hot Magenta #EB00CE
Tints of Hot Magenta #EB00CE
RGB
CMYK
RGB Variations
Color information
#EB00CE (or 0xEB00CE) is known color: Hot Magenta. HEX triplet: EB, 00 and CE. RGB value is (235,0,206). Sum of RGB (Red+Green+Blue) = 235+0+206=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00CE is #14FF31. Grayscale: #5D5D5D. Windows color (decimal): -1376050 or 13500651. OLE color: 13500651.
HSL color Cylindrical-coordinate representation of color #EB00CE: hue angle of 307.4º 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 #EB00CE is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.12 | 0.08 |
| HSL | 307.4º | 1% | 0.46% | - |
| HSV(B) | 307.4º | 1% | 0.92% | - |
| XYZ | 45.4 | 22.12 | 60.27 | - |
| YUV | 93.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 206 | 0 | 1 | 0.12 | 0.08 | 307.4 | 1 | 0.46 |
| Hex | EB | 0 | CE | 0 | 64 | C | 8 | 133 | 64 | 2E |
| Octal | 353 | 0 | 316 | 0 | 144 | 14 | 10 | 463 | 144 | 56 |
| Binary | 11101011 | 0 | 11001110 | 0 | 1100100 | 1100 | 1000 | 100110011 | 1100100 | 101110 |
Color Harmonies of #EB00CE
Complementary color
Monochromatic Colors of #EB00CE
Black with #EB00CE
Text Example
Text Example
White with #EB00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00CE; }
p { color: rgb(235,0,206); }
H1.HeaderClassName
{
color: #EB00CE;
}
.AnyTagClassName
{
color: #EB00CE;
}
</style>
background-color css
<style>
a { background-color: #EB00CE; }
a { background-color: rgb(235,0,206); }
div.DivClassName
{
background-color: #EB00CE;
}
.BgClassName
{
background-color: #EB00CE;
}
</style>
border-color css
<style>
span { border-color: #EB00CE; }
span { border-color: rgb(235,0,206); }
td.TdClassName
{
border-color: #EB00CE;
}
.TagClassName
{
border-color: #EB00CE;
}
</style>