Shades of Hot Magenta #ED0CD3
Tints of Hot Magenta #ED0CD3
RGB
CMYK
RGB Variations
Color information
#ED0CD3 (or 0xED0CD3) is known color: Hot Magenta. HEX triplet: ED, 0C and D3. RGB value is (237,12,211). Sum of RGB (Red+Green+Blue) = 237+12+211=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CD3 is #12F32C. Grayscale: #656565. Windows color (decimal): -1241901 or 13831405. OLE color: 13831405.
HSL color Cylindrical-coordinate representation of color #ED0CD3: hue angle of 306.93º degrees, saturation: 0.9, 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 #ED0CD3 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 211 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.07 |
| HSL | 306.93º | 0.9% | 0.49% | - |
| HSV(B) | 306.93º | 0.95% | 0.93% | - |
| XYZ | 46.81 | 22.97 | 63.59 | - |
| YUV | 101.96 | 189.54 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 211 | 0 | 0.95 | 0.11 | 0.07 | 306.93 | 0.9 | 0.49 |
| Hex | ED | C | D3 | 0 | 5F | B | 7 | 133 | 5A | 31 |
| Octal | 355 | 14 | 323 | 0 | 137 | 13 | 7 | 463 | 132 | 61 |
| Binary | 11101101 | 1100 | 11010011 | 0 | 1011111 | 1011 | 111 | 100110011 | 1011010 | 110001 |
Color Harmonies of #ED0CD3
Complementary color
Monochromatic Colors of #ED0CD3
Black with #ED0CD3
Text Example
Text Example
White with #ED0CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0CD3; }
p { color: rgb(237,12,211); }
H1.HeaderClassName
{
color: #ED0CD3;
}
.AnyTagClassName
{
color: #ED0CD3;
}
</style>
background-color css
<style>
a { background-color: #ED0CD3; }
a { background-color: rgb(237,12,211); }
div.DivClassName
{
background-color: #ED0CD3;
}
.BgClassName
{
background-color: #ED0CD3;
}
</style>
border-color css
<style>
span { border-color: #ED0CD3; }
span { border-color: rgb(237,12,211); }
td.TdClassName
{
border-color: #ED0CD3;
}
.TagClassName
{
border-color: #ED0CD3;
}
</style>