Shades of Hot Magenta #ED06CE
Tints of Hot Magenta #ED06CE
RGB
CMYK
RGB Variations
Color information
#ED06CE (or 0xED06CE) is known color: Hot Magenta. HEX triplet: ED, 06 and CE. RGB value is (237,6,206). Sum of RGB (Red+Green+Blue) = 237+6+206=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06CE is #12F931. Grayscale: #616161. Windows color (decimal): -1243442 or 13502189. OLE color: 13502189.
HSL color Cylindrical-coordinate representation of color #ED06CE: hue angle of 308.05º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED06CE is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.07 |
| HSL | 308.05º | 0.95% | 0.48% | - |
| HSV(B) | 308.05º | 0.97% | 0.93% | - |
| XYZ | 46.13 | 22.59 | 60.32 | - |
| YUV | 97.87 | 189.03 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 206 | 0 | 0.97 | 0.13 | 0.07 | 308.05 | 0.95 | 0.48 |
| Hex | ED | 6 | CE | 0 | 61 | D | 7 | 134 | 5F | 30 |
| Octal | 355 | 6 | 316 | 0 | 141 | 15 | 7 | 464 | 137 | 60 |
| Binary | 11101101 | 110 | 11001110 | 0 | 1100001 | 1101 | 111 | 100110100 | 1011111 | 110000 |
Color Harmonies of #ED06CE
Complementary color
Monochromatic Colors of #ED06CE
Black with #ED06CE
Text Example
Text Example
White with #ED06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06CE; }
p { color: rgb(237,6,206); }
H1.HeaderClassName
{
color: #ED06CE;
}
.AnyTagClassName
{
color: #ED06CE;
}
</style>
background-color css
<style>
a { background-color: #ED06CE; }
a { background-color: rgb(237,6,206); }
div.DivClassName
{
background-color: #ED06CE;
}
.BgClassName
{
background-color: #ED06CE;
}
</style>
border-color css
<style>
span { border-color: #ED06CE; }
span { border-color: rgb(237,6,206); }
td.TdClassName
{
border-color: #ED06CE;
}
.TagClassName
{
border-color: #ED06CE;
}
</style>