Shades of Hot Magenta #EB0CDD
Tints of Hot Magenta #EB0CDD
RGB
CMYK
RGB Variations
Color information
#EB0CDD (or 0xEB0CDD) is known color: Hot Magenta. HEX triplet: EB, 0C and DD. RGB value is (235,12,221). Sum of RGB (Red+Green+Blue) = 235+12+221=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CDD is #14F322. Grayscale: #656565. Windows color (decimal): -1372963 or 14486763. OLE color: 14486763.
HSL color Cylindrical-coordinate representation of color #EB0CDD: hue angle of 303.77º 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 #EB0CDD is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.08 |
| HSL | 303.77º | 0.9% | 0.48% | - |
| HSV(B) | 303.77º | 0.95% | 0.92% | - |
| XYZ | 47.44 | 23.15 | 70.37 | - |
| YUV | 102.5 | 194.88 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 221 | 0 | 0.95 | 0.06 | 0.08 | 303.77 | 0.9 | 0.48 |
| Hex | EB | C | DD | 0 | 5F | 6 | 8 | 130 | 5A | 30 |
| Octal | 353 | 14 | 335 | 0 | 137 | 6 | 10 | 460 | 132 | 60 |
| Binary | 11101011 | 1100 | 11011101 | 0 | 1011111 | 110 | 1000 | 100110000 | 1011010 | 110000 |
Color Harmonies of #EB0CDD
Complementary color
Monochromatic Colors of #EB0CDD
Black with #EB0CDD
Text Example
Text Example
White with #EB0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0CDD; }
p { color: rgb(235,12,221); }
H1.HeaderClassName
{
color: #EB0CDD;
}
.AnyTagClassName
{
color: #EB0CDD;
}
</style>
background-color css
<style>
a { background-color: #EB0CDD; }
a { background-color: rgb(235,12,221); }
div.DivClassName
{
background-color: #EB0CDD;
}
.BgClassName
{
background-color: #EB0CDD;
}
</style>
border-color css
<style>
span { border-color: #EB0CDD; }
span { border-color: rgb(235,12,221); }
td.TdClassName
{
border-color: #EB0CDD;
}
.TagClassName
{
border-color: #EB0CDD;
}
</style>