Shades of Hot Magenta #EB00D4
Tints of Hot Magenta #EB00D4
RGB
CMYK
RGB Variations
Color information
#EB00D4 (or 0xEB00D4) is known color: Hot Magenta. HEX triplet: EB, 00 and D4. RGB value is (235,0,212). Sum of RGB (Red+Green+Blue) = 235+0+212=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00D4 is #14FF2B. Grayscale: #5D5D5D. Windows color (decimal): -1376044 or 13893867. OLE color: 13893867.
HSL color Cylindrical-coordinate representation of color #EB00D4: hue angle of 305.87º 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 #EB00D4 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 212 | - |
| CMYK | 0 | 1 | 0.10 | 0.08 |
| HSL | 305.87º | 1% | 0.46% | - |
| HSV(B) | 305.87º | 1% | 0.92% | - |
| XYZ | 46.14 | 22.42 | 64.18 | - |
| YUV | 94.43 | 194.36 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 212 | 0 | 1 | 0.10 | 0.08 | 305.87 | 1 | 0.46 |
| Hex | EB | 0 | D4 | 0 | 64 | A | 8 | 132 | 64 | 2E |
| Octal | 353 | 0 | 324 | 0 | 144 | 12 | 10 | 462 | 144 | 56 |
| Binary | 11101011 | 0 | 11010100 | 0 | 1100100 | 1010 | 1000 | 100110010 | 1100100 | 101110 |
Color Harmonies of #EB00D4
Complementary color
Monochromatic Colors of #EB00D4
Black with #EB00D4
Text Example
Text Example
White with #EB00D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00D4; }
p { color: rgb(235,0,212); }
H1.HeaderClassName
{
color: #EB00D4;
}
.AnyTagClassName
{
color: #EB00D4;
}
</style>
background-color css
<style>
a { background-color: #EB00D4; }
a { background-color: rgb(235,0,212); }
div.DivClassName
{
background-color: #EB00D4;
}
.BgClassName
{
background-color: #EB00D4;
}
</style>
border-color css
<style>
span { border-color: #EB00D4; }
span { border-color: rgb(235,0,212); }
td.TdClassName
{
border-color: #EB00D4;
}
.TagClassName
{
border-color: #EB00D4;
}
</style>