Shades of Hot Magenta #EB0EDA
Tints of Hot Magenta #EB0EDA
RGB
CMYK
RGB Variations
Color information
#EB0EDA (or 0xEB0EDA) is known color: Hot Magenta. HEX triplet: EB, 0E and DA. RGB value is (235,14,218). Sum of RGB (Red+Green+Blue) = 235+14+218=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0EDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0EDA is #14F125. Grayscale: #666666. Windows color (decimal): -1372454 or 14290667. OLE color: 14290667.
HSL color Cylindrical-coordinate representation of color #EB0EDA: hue angle of 304.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0EDA is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 218 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.08 |
| HSL | 304.62º | 0.89% | 0.49% | - |
| HSV(B) | 304.62º | 0.94% | 0.92% | - |
| XYZ | 47.07 | 23.04 | 68.3 | - |
| YUV | 103.34 | 192.72 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 218 | 0 | 0.94 | 0.07 | 0.08 | 304.62 | 0.89 | 0.49 |
| Hex | EB | E | DA | 0 | 5E | 7 | 8 | 131 | 59 | 31 |
| Octal | 353 | 16 | 332 | 0 | 136 | 7 | 10 | 461 | 131 | 61 |
| Binary | 11101011 | 1110 | 11011010 | 0 | 1011110 | 111 | 1000 | 100110001 | 1011001 | 110001 |
Color Harmonies of #EB0EDA
Complementary color
Monochromatic Colors of #EB0EDA
Black with #EB0EDA
Text Example
Text Example
White with #EB0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0EDA; }
p { color: rgb(235,14,218); }
H1.HeaderClassName
{
color: #EB0EDA;
}
.AnyTagClassName
{
color: #EB0EDA;
}
</style>
background-color css
<style>
a { background-color: #EB0EDA; }
a { background-color: rgb(235,14,218); }
div.DivClassName
{
background-color: #EB0EDA;
}
.BgClassName
{
background-color: #EB0EDA;
}
</style>
border-color css
<style>
span { border-color: #EB0EDA; }
span { border-color: rgb(235,14,218); }
td.TdClassName
{
border-color: #EB0EDA;
}
.TagClassName
{
border-color: #EB0EDA;
}
</style>