Shades of Hot Magenta #EB09D1
Tints of Hot Magenta #EB09D1
RGB
CMYK
RGB Variations
Color information
#EB09D1 (or 0xEB09D1) is known color: Hot Magenta. HEX triplet: EB, 09 and D1. RGB value is (235,9,209). Sum of RGB (Red+Green+Blue) = 235+9+209=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB09D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB09D1 is #14F62E. Grayscale: #626262. Windows color (decimal): -1373743 or 13699563. OLE color: 13699563.
HSL color Cylindrical-coordinate representation of color #EB09D1: hue angle of 306.9º degrees, saturation: 0.93, 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 #EB09D1 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.08 |
| HSL | 306.9º | 0.93% | 0.48% | - |
| HSV(B) | 306.9º | 0.96% | 0.92% | - |
| XYZ | 45.87 | 22.46 | 62.24 | - |
| YUV | 99.37 | 189.87 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 9 | 209 | 0 | 0.96 | 0.11 | 0.08 | 306.9 | 0.93 | 0.48 |
| Hex | EB | 9 | D1 | 0 | 60 | B | 8 | 133 | 5D | 30 |
| Octal | 353 | 11 | 321 | 0 | 140 | 13 | 10 | 463 | 135 | 60 |
| Binary | 11101011 | 1001 | 11010001 | 0 | 1100000 | 1011 | 1000 | 100110011 | 1011101 | 110000 |
Color Harmonies of #EB09D1
Complementary color
Monochromatic Colors of #EB09D1
Black with #EB09D1
Text Example
Text Example
White with #EB09D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB09D1; }
p { color: rgb(235,9,209); }
H1.HeaderClassName
{
color: #EB09D1;
}
.AnyTagClassName
{
color: #EB09D1;
}
</style>
background-color css
<style>
a { background-color: #EB09D1; }
a { background-color: rgb(235,9,209); }
div.DivClassName
{
background-color: #EB09D1;
}
.BgClassName
{
background-color: #EB09D1;
}
</style>
border-color css
<style>
span { border-color: #EB09D1; }
span { border-color: rgb(235,9,209); }
td.TdClassName
{
border-color: #EB09D1;
}
.TagClassName
{
border-color: #EB09D1;
}
</style>