Shades of Hot Magenta #ED05D3
Tints of Hot Magenta #ED05D3
RGB
CMYK
RGB Variations
Color information
#ED05D3 (or 0xED05D3) is known color: Hot Magenta. HEX triplet: ED, 05 and D3. RGB value is (237,5,211). Sum of RGB (Red+Green+Blue) = 237+5+211=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05D3 is #12FA2C. Grayscale: #616161. Windows color (decimal): -1243693 or 13829613. OLE color: 13829613.
HSL color Cylindrical-coordinate representation of color #ED05D3: hue angle of 306.72º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED05D3 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 211 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.07 |
| HSL | 306.72º | 0.96% | 0.47% | - |
| HSV(B) | 306.72º | 0.98% | 0.93% | - |
| XYZ | 46.74 | 22.82 | 63.57 | - |
| YUV | 97.85 | 191.86 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 211 | 0 | 0.98 | 0.11 | 0.07 | 306.72 | 0.96 | 0.47 |
| Hex | ED | 5 | D3 | 0 | 62 | B | 7 | 133 | 60 | 2F |
| Octal | 355 | 5 | 323 | 0 | 142 | 13 | 7 | 463 | 140 | 57 |
| Binary | 11101101 | 101 | 11010011 | 0 | 1100010 | 1011 | 111 | 100110011 | 1100000 | 101111 |
Color Harmonies of #ED05D3
Complementary color
Monochromatic Colors of #ED05D3
Black with #ED05D3
Text Example
Text Example
White with #ED05D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED05D3; }
p { color: rgb(237,5,211); }
H1.HeaderClassName
{
color: #ED05D3;
}
.AnyTagClassName
{
color: #ED05D3;
}
</style>
background-color css
<style>
a { background-color: #ED05D3; }
a { background-color: rgb(237,5,211); }
div.DivClassName
{
background-color: #ED05D3;
}
.BgClassName
{
background-color: #ED05D3;
}
</style>
border-color css
<style>
span { border-color: #ED05D3; }
span { border-color: rgb(237,5,211); }
td.TdClassName
{
border-color: #ED05D3;
}
.TagClassName
{
border-color: #ED05D3;
}
</style>