Shades of Hot Magenta #EB17DD
Tints of Hot Magenta #EB17DD
RGB
CMYK
RGB Variations
Color information
#EB17DD (or 0xEB17DD) is known color: Hot Magenta. HEX triplet: EB, 17 and DD. RGB value is (235,23,221). Sum of RGB (Red+Green+Blue) = 235+23+221=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17DD is #14E822. Grayscale: #6C6C6C. Windows color (decimal): -1370147 or 14489579. OLE color: 14489579.
HSL color Cylindrical-coordinate representation of color #EB17DD: hue angle of 303.96º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17DD is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 221 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.08 |
| HSL | 303.96º | 0.84% | 0.51% | - |
| HSV(B) | 303.96º | 0.9% | 0.92% | - |
| XYZ | 47.62 | 23.5 | 70.43 | - |
| YUV | 108.96 | 191.24 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 221 | 0 | 0.90 | 0.06 | 0.08 | 303.96 | 0.84 | 0.51 |
| Hex | EB | 17 | DD | 0 | 5A | 6 | 8 | 130 | 54 | 33 |
| Octal | 353 | 27 | 335 | 0 | 132 | 6 | 10 | 460 | 124 | 63 |
| Binary | 11101011 | 10111 | 11011101 | 0 | 1011010 | 110 | 1000 | 100110000 | 1010100 | 110011 |
Color Harmonies of #EB17DD
Complementary color
Monochromatic Colors of #EB17DD
Black with #EB17DD
Text Example
Text Example
White with #EB17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17DD; }
p { color: rgb(235,23,221); }
H1.HeaderClassName
{
color: #EB17DD;
}
.AnyTagClassName
{
color: #EB17DD;
}
</style>
background-color css
<style>
a { background-color: #EB17DD; }
a { background-color: rgb(235,23,221); }
div.DivClassName
{
background-color: #EB17DD;
}
.BgClassName
{
background-color: #EB17DD;
}
</style>
border-color css
<style>
span { border-color: #EB17DD; }
span { border-color: rgb(235,23,221); }
td.TdClassName
{
border-color: #EB17DD;
}
.TagClassName
{
border-color: #EB17DD;
}
</style>