Shades of Hot Magenta #EB0CDF
Tints of Hot Magenta #EB0CDF
RGB
CMYK
RGB Variations
Color information
#EB0CDF (or 0xEB0CDF) is known color: Hot Magenta. HEX triplet: EB, 0C and DF. RGB value is (235,12,223). Sum of RGB (Red+Green+Blue) = 235+12+223=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CDF is #14F320. Grayscale: #666666. Windows color (decimal): -1372961 or 14617835. OLE color: 14617835.
HSL color Cylindrical-coordinate representation of color #EB0CDF: hue angle of 303.23º 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 #EB0CDF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.08 |
| HSL | 303.23º | 0.9% | 0.48% | - |
| HSV(B) | 303.23º | 0.95% | 0.92% | - |
| XYZ | 47.71 | 23.25 | 71.79 | - |
| YUV | 102.73 | 195.88 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 223 | 0 | 0.95 | 0.05 | 0.08 | 303.23 | 0.9 | 0.48 |
| Hex | EB | C | DF | 0 | 5F | 5 | 8 | 12F | 5A | 30 |
| Octal | 353 | 14 | 337 | 0 | 137 | 5 | 10 | 457 | 132 | 60 |
| Binary | 11101011 | 1100 | 11011111 | 0 | 1011111 | 101 | 1000 | 100101111 | 1011010 | 110000 |
Color Harmonies of #EB0CDF
Complementary color
Monochromatic Colors of #EB0CDF
Black with #EB0CDF
Text Example
Text Example
White with #EB0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0CDF; }
p { color: rgb(235,12,223); }
H1.HeaderClassName
{
color: #EB0CDF;
}
.AnyTagClassName
{
color: #EB0CDF;
}
</style>
background-color css
<style>
a { background-color: #EB0CDF; }
a { background-color: rgb(235,12,223); }
div.DivClassName
{
background-color: #EB0CDF;
}
.BgClassName
{
background-color: #EB0CDF;
}
</style>
border-color css
<style>
span { border-color: #EB0CDF; }
span { border-color: rgb(235,12,223); }
td.TdClassName
{
border-color: #EB0CDF;
}
.TagClassName
{
border-color: #EB0CDF;
}
</style>