Shades of Hot Magenta #EB0AD1
Tints of Hot Magenta #EB0AD1
RGB
CMYK
RGB Variations
Color information
#EB0AD1 (or 0xEB0AD1) is known color: Hot Magenta. HEX triplet: EB, 0A and D1. RGB value is (235,10,209). Sum of RGB (Red+Green+Blue) = 235+10+209=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0AD1 is #14F52E. Grayscale: #636363. Windows color (decimal): -1373487 or 13699819. OLE color: 13699819.
HSL color Cylindrical-coordinate representation of color #EB0AD1: hue angle of 306.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0AD1 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 10 | 209 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.08 |
| HSL | 306.93º | 0.92% | 0.48% | - |
| HSV(B) | 306.93º | 0.96% | 0.92% | - |
| XYZ | 45.88 | 22.48 | 62.24 | - |
| YUV | 99.96 | 189.54 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 10 | 209 | 0 | 0.96 | 0.11 | 0.08 | 306.93 | 0.92 | 0.48 |
| Hex | EB | A | D1 | 0 | 60 | B | 8 | 133 | 5C | 30 |
| Octal | 353 | 12 | 321 | 0 | 140 | 13 | 10 | 463 | 134 | 60 |
| Binary | 11101011 | 1010 | 11010001 | 0 | 1100000 | 1011 | 1000 | 100110011 | 1011100 | 110000 |
Color Harmonies of #EB0AD1
Complementary color
Monochromatic Colors of #EB0AD1
Black with #EB0AD1
Text Example
Text Example
White with #EB0AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0AD1; }
p { color: rgb(235,10,209); }
H1.HeaderClassName
{
color: #EB0AD1;
}
.AnyTagClassName
{
color: #EB0AD1;
}
</style>
background-color css
<style>
a { background-color: #EB0AD1; }
a { background-color: rgb(235,10,209); }
div.DivClassName
{
background-color: #EB0AD1;
}
.BgClassName
{
background-color: #EB0AD1;
}
</style>
border-color css
<style>
span { border-color: #EB0AD1; }
span { border-color: rgb(235,10,209); }
td.TdClassName
{
border-color: #EB0AD1;
}
.TagClassName
{
border-color: #EB0AD1;
}
</style>