Shades of Hot Magenta #EB0CDC
Tints of Hot Magenta #EB0CDC
RGB
CMYK
RGB Variations
Color information
#EB0CDC (or 0xEB0CDC) is known color: Hot Magenta. HEX triplet: EB, 0C and DC. RGB value is (235,12,220). Sum of RGB (Red+Green+Blue) = 235+12+220=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CDC is #14F323. Grayscale: #656565. Windows color (decimal): -1372964 or 14421227. OLE color: 14421227.
HSL color Cylindrical-coordinate representation of color #EB0CDC: hue angle of 304.04º 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 #EB0CDC is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.08 |
| HSL | 304.04º | 0.9% | 0.48% | - |
| HSV(B) | 304.04º | 0.95% | 0.92% | - |
| XYZ | 47.31 | 23.09 | 69.67 | - |
| YUV | 102.39 | 194.38 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 220 | 0 | 0.95 | 0.06 | 0.08 | 304.04 | 0.9 | 0.48 |
| Hex | EB | C | DC | 0 | 5F | 6 | 8 | 130 | 5A | 30 |
| Octal | 353 | 14 | 334 | 0 | 137 | 6 | 10 | 460 | 132 | 60 |
| Binary | 11101011 | 1100 | 11011100 | 0 | 1011111 | 110 | 1000 | 100110000 | 1011010 | 110000 |
Color Harmonies of #EB0CDC
Complementary color
Monochromatic Colors of #EB0CDC
Black with #EB0CDC
Text Example
Text Example
White with #EB0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0CDC; }
p { color: rgb(235,12,220); }
H1.HeaderClassName
{
color: #EB0CDC;
}
.AnyTagClassName
{
color: #EB0CDC;
}
</style>
background-color css
<style>
a { background-color: #EB0CDC; }
a { background-color: rgb(235,12,220); }
div.DivClassName
{
background-color: #EB0CDC;
}
.BgClassName
{
background-color: #EB0CDC;
}
</style>
border-color css
<style>
span { border-color: #EB0CDC; }
span { border-color: rgb(235,12,220); }
td.TdClassName
{
border-color: #EB0CDC;
}
.TagClassName
{
border-color: #EB0CDC;
}
</style>