Shades of Hot Magenta #EB01D4
Tints of Hot Magenta #EB01D4
RGB
CMYK
RGB Variations
Color information
#EB01D4 (or 0xEB01D4) is known color: Hot Magenta. HEX triplet: EB, 01 and D4. RGB value is (235,1,212). Sum of RGB (Red+Green+Blue) = 235+1+212=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB01D4 is #14FE2B. Grayscale: #5E5E5E. Windows color (decimal): -1375788 or 13894123. OLE color: 13894123.
HSL color Cylindrical-coordinate representation of color #EB01D4: hue angle of 305.9º 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 #EB01D4 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 212 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.08 |
| HSL | 305.9º | 0.99% | 0.46% | - |
| HSV(B) | 305.9º | 1% | 0.92% | - |
| XYZ | 46.16 | 22.44 | 64.19 | - |
| YUV | 95.02 | 194.02 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 212 | 0 | 1.00 | 0.10 | 0.08 | 305.9 | 0.99 | 0.46 |
| Hex | EB | 1 | D4 | 0 | 64 | A | 8 | 132 | 63 | 2E |
| Octal | 353 | 1 | 324 | 0 | 144 | 12 | 10 | 462 | 143 | 56 |
| Binary | 11101011 | 1 | 11010100 | 0 | 1100100 | 1010 | 1000 | 100110010 | 1100011 | 101110 |
Color Harmonies of #EB01D4
Complementary color
Monochromatic Colors of #EB01D4
Black with #EB01D4
Text Example
Text Example
White with #EB01D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB01D4; }
p { color: rgb(235,1,212); }
H1.HeaderClassName
{
color: #EB01D4;
}
.AnyTagClassName
{
color: #EB01D4;
}
</style>
background-color css
<style>
a { background-color: #EB01D4; }
a { background-color: rgb(235,1,212); }
div.DivClassName
{
background-color: #EB01D4;
}
.BgClassName
{
background-color: #EB01D4;
}
</style>
border-color css
<style>
span { border-color: #EB01D4; }
span { border-color: rgb(235,1,212); }
td.TdClassName
{
border-color: #EB01D4;
}
.TagClassName
{
border-color: #EB01D4;
}
</style>