Shades of Hot Magenta #ED0BCC
Tints of Hot Magenta #ED0BCC
RGB
CMYK
RGB Variations
Color information
#ED0BCC (or 0xED0BCC) is known color: Hot Magenta. HEX triplet: ED, 0B and CC. RGB value is (237,11,204). Sum of RGB (Red+Green+Blue) = 237+11+204=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BCC is #12F433. Grayscale: #646464. Windows color (decimal): -1242164 or 13372397. OLE color: 13372397.
HSL color Cylindrical-coordinate representation of color #ED0BCC: hue angle of 308.76º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0BCC is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.07 |
| HSL | 308.76º | 0.91% | 0.49% | - |
| HSV(B) | 308.76º | 0.95% | 0.93% | - |
| XYZ | 45.94 | 22.6 | 59.07 | - |
| YUV | 100.58 | 186.37 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 204 | 0 | 0.95 | 0.14 | 0.07 | 308.76 | 0.91 | 0.49 |
| Hex | ED | B | CC | 0 | 5F | E | 7 | 135 | 5B | 31 |
| Octal | 355 | 13 | 314 | 0 | 137 | 16 | 7 | 465 | 133 | 61 |
| Binary | 11101101 | 1011 | 11001100 | 0 | 1011111 | 1110 | 111 | 100110101 | 1011011 | 110001 |
Color Harmonies of #ED0BCC
Complementary color
Monochromatic Colors of #ED0BCC
Black with #ED0BCC
Text Example
Text Example
White with #ED0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BCC; }
p { color: rgb(237,11,204); }
H1.HeaderClassName
{
color: #ED0BCC;
}
.AnyTagClassName
{
color: #ED0BCC;
}
</style>
background-color css
<style>
a { background-color: #ED0BCC; }
a { background-color: rgb(237,11,204); }
div.DivClassName
{
background-color: #ED0BCC;
}
.BgClassName
{
background-color: #ED0BCC;
}
</style>
border-color css
<style>
span { border-color: #ED0BCC; }
span { border-color: rgb(237,11,204); }
td.TdClassName
{
border-color: #ED0BCC;
}
.TagClassName
{
border-color: #ED0BCC;
}
</style>