Shades of Hot Magenta #EB0CDA
Tints of Hot Magenta #EB0CDA
RGB
CMYK
RGB Variations
Color information
#EB0CDA (or 0xEB0CDA) is known color: Hot Magenta. HEX triplet: EB, 0C and DA. RGB value is (235,12,218). Sum of RGB (Red+Green+Blue) = 235+12+218=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CDA is #14F325. Grayscale: #656565. Windows color (decimal): -1372966 or 14290155. OLE color: 14290155.
HSL color Cylindrical-coordinate representation of color #EB0CDA: hue angle of 304.57º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0CDA is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.08 |
| HSL | 304.57º | 0.9% | 0.48% | - |
| HSV(B) | 304.57º | 0.95% | 0.92% | - |
| XYZ | 47.05 | 22.99 | 68.29 | - |
| YUV | 102.16 | 193.38 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 218 | 0 | 0.95 | 0.07 | 0.08 | 304.57 | 0.9 | 0.48 |
| Hex | EB | C | DA | 0 | 5F | 7 | 8 | 131 | 5A | 30 |
| Octal | 353 | 14 | 332 | 0 | 137 | 7 | 10 | 461 | 132 | 60 |
| Binary | 11101011 | 1100 | 11011010 | 0 | 1011111 | 111 | 1000 | 100110001 | 1011010 | 110000 |
Color Harmonies of #EB0CDA
Complementary color
Monochromatic Colors of #EB0CDA
Black with #EB0CDA
Text Example
Text Example
White with #EB0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0CDA; }
p { color: rgb(235,12,218); }
H1.HeaderClassName
{
color: #EB0CDA;
}
.AnyTagClassName
{
color: #EB0CDA;
}
</style>
background-color css
<style>
a { background-color: #EB0CDA; }
a { background-color: rgb(235,12,218); }
div.DivClassName
{
background-color: #EB0CDA;
}
.BgClassName
{
background-color: #EB0CDA;
}
</style>
border-color css
<style>
span { border-color: #EB0CDA; }
span { border-color: rgb(235,12,218); }
td.TdClassName
{
border-color: #EB0CDA;
}
.TagClassName
{
border-color: #EB0CDA;
}
</style>