Shades of Hot Magenta #EB16DE
Tints of Hot Magenta #EB16DE
RGB
CMYK
RGB Variations
Color information
#EB16DE (or 0xEB16DE) is known color: Hot Magenta. HEX triplet: EB, 16 and DE. RGB value is (235,22,222). Sum of RGB (Red+Green+Blue) = 235+22+222=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16DE is #14E921. Grayscale: #6B6B6B. Windows color (decimal): -1370402 or 14554859. OLE color: 14554859.
HSL color Cylindrical-coordinate representation of color #EB16DE: hue angle of 303.66º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB16DE is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 222 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.08 |
| HSL | 303.66º | 0.84% | 0.5% | - |
| HSV(B) | 303.66º | 0.91% | 0.92% | - |
| XYZ | 47.73 | 23.51 | 71.13 | - |
| YUV | 108.49 | 192.07 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 222 | 0 | 0.91 | 0.06 | 0.08 | 303.66 | 0.84 | 0.5 |
| Hex | EB | 16 | DE | 0 | 5B | 6 | 8 | 130 | 54 | 32 |
| Octal | 353 | 26 | 336 | 0 | 133 | 6 | 10 | 460 | 124 | 62 |
| Binary | 11101011 | 10110 | 11011110 | 0 | 1011011 | 110 | 1000 | 100110000 | 1010100 | 110010 |
Color Harmonies of #EB16DE
Complementary color
Monochromatic Colors of #EB16DE
Black with #EB16DE
Text Example
Text Example
White with #EB16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16DE; }
p { color: rgb(235,22,222); }
H1.HeaderClassName
{
color: #EB16DE;
}
.AnyTagClassName
{
color: #EB16DE;
}
</style>
background-color css
<style>
a { background-color: #EB16DE; }
a { background-color: rgb(235,22,222); }
div.DivClassName
{
background-color: #EB16DE;
}
.BgClassName
{
background-color: #EB16DE;
}
</style>
border-color css
<style>
span { border-color: #EB16DE; }
span { border-color: rgb(235,22,222); }
td.TdClassName
{
border-color: #EB16DE;
}
.TagClassName
{
border-color: #EB16DE;
}
</style>