Shades of Hot Magenta #ED03CE
Tints of Hot Magenta #ED03CE
RGB
CMYK
RGB Variations
Color information
#ED03CE (or 0xED03CE) is known color: Hot Magenta. HEX triplet: ED, 03 and CE. RGB value is (237,3,206). Sum of RGB (Red+Green+Blue) = 237+3+206=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03CE is #12FC31. Grayscale: #5F5F5F. Windows color (decimal): -1244210 or 13501421. OLE color: 13501421.
HSL color Cylindrical-coordinate representation of color #ED03CE: hue angle of 307.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03CE is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.07 |
| HSL | 307.95º | 0.98% | 0.47% | - |
| HSV(B) | 307.95º | 0.99% | 0.93% | - |
| XYZ | 46.1 | 22.53 | 60.31 | - |
| YUV | 96.11 | 190.02 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 206 | 0 | 0.99 | 0.13 | 0.07 | 307.95 | 0.98 | 0.47 |
| Hex | ED | 3 | CE | 0 | 63 | D | 7 | 134 | 62 | 2F |
| Octal | 355 | 3 | 316 | 0 | 143 | 15 | 7 | 464 | 142 | 57 |
| Binary | 11101101 | 11 | 11001110 | 0 | 1100011 | 1101 | 111 | 100110100 | 1100010 | 101111 |
Color Harmonies of #ED03CE
Complementary color
Monochromatic Colors of #ED03CE
Black with #ED03CE
Text Example
Text Example
White with #ED03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03CE; }
p { color: rgb(237,3,206); }
H1.HeaderClassName
{
color: #ED03CE;
}
.AnyTagClassName
{
color: #ED03CE;
}
</style>
background-color css
<style>
a { background-color: #ED03CE; }
a { background-color: rgb(237,3,206); }
div.DivClassName
{
background-color: #ED03CE;
}
.BgClassName
{
background-color: #ED03CE;
}
</style>
border-color css
<style>
span { border-color: #ED03CE; }
span { border-color: rgb(237,3,206); }
td.TdClassName
{
border-color: #ED03CE;
}
.TagClassName
{
border-color: #ED03CE;
}
</style>