Shades of Hot Magenta #ED0ACB
Tints of Hot Magenta #ED0ACB
RGB
CMYK
RGB Variations
Color information
#ED0ACB (or 0xED0ACB) is known color: Hot Magenta. HEX triplet: ED, 0A and CB. RGB value is (237,10,203). Sum of RGB (Red+Green+Blue) = 237+10+203=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ACB is #12F534. Grayscale: #636363. Windows color (decimal): -1242421 or 13306605. OLE color: 13306605.
HSL color Cylindrical-coordinate representation of color #ED0ACB: hue angle of 308.99º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0ACB is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.07 |
| HSL | 308.99º | 0.92% | 0.48% | - |
| HSV(B) | 308.99º | 0.96% | 0.93% | - |
| XYZ | 45.81 | 22.53 | 58.43 | - |
| YUV | 99.88 | 186.21 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 203 | 0 | 0.96 | 0.14 | 0.07 | 308.99 | 0.92 | 0.48 |
| Hex | ED | A | CB | 0 | 60 | E | 7 | 135 | 5C | 30 |
| Octal | 355 | 12 | 313 | 0 | 140 | 16 | 7 | 465 | 134 | 60 |
| Binary | 11101101 | 1010 | 11001011 | 0 | 1100000 | 1110 | 111 | 100110101 | 1011100 | 110000 |
Color Harmonies of #ED0ACB
Complementary color
Monochromatic Colors of #ED0ACB
Black with #ED0ACB
Text Example
Text Example
White with #ED0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0ACB; }
p { color: rgb(237,10,203); }
H1.HeaderClassName
{
color: #ED0ACB;
}
.AnyTagClassName
{
color: #ED0ACB;
}
</style>
background-color css
<style>
a { background-color: #ED0ACB; }
a { background-color: rgb(237,10,203); }
div.DivClassName
{
background-color: #ED0ACB;
}
.BgClassName
{
background-color: #ED0ACB;
}
</style>
border-color css
<style>
span { border-color: #ED0ACB; }
span { border-color: rgb(237,10,203); }
td.TdClassName
{
border-color: #ED0ACB;
}
.TagClassName
{
border-color: #ED0ACB;
}
</style>