Shades of Hot Magenta #ED06D3
Tints of Hot Magenta #ED06D3
RGB
CMYK
RGB Variations
Color information
#ED06D3 (or 0xED06D3) is known color: Hot Magenta. HEX triplet: ED, 06 and D3. RGB value is (237,6,211). Sum of RGB (Red+Green+Blue) = 237+6+211=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06D3 is #12F92C. Grayscale: #616161. Windows color (decimal): -1243437 or 13829869. OLE color: 13829869.
HSL color Cylindrical-coordinate representation of color #ED06D3: hue angle of 306.75º 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 #ED06D3 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 211 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.07 |
| HSL | 306.75º | 0.95% | 0.48% | - |
| HSV(B) | 306.75º | 0.97% | 0.93% | - |
| XYZ | 46.75 | 22.84 | 63.57 | - |
| YUV | 98.44 | 191.53 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 211 | 0 | 0.97 | 0.11 | 0.07 | 306.75 | 0.95 | 0.48 |
| Hex | ED | 6 | D3 | 0 | 61 | B | 7 | 133 | 5F | 30 |
| Octal | 355 | 6 | 323 | 0 | 141 | 13 | 7 | 463 | 137 | 60 |
| Binary | 11101101 | 110 | 11010011 | 0 | 1100001 | 1011 | 111 | 100110011 | 1011111 | 110000 |
Color Harmonies of #ED06D3
Complementary color
Monochromatic Colors of #ED06D3
Black with #ED06D3
Text Example
Text Example
White with #ED06D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06D3; }
p { color: rgb(237,6,211); }
H1.HeaderClassName
{
color: #ED06D3;
}
.AnyTagClassName
{
color: #ED06D3;
}
</style>
background-color css
<style>
a { background-color: #ED06D3; }
a { background-color: rgb(237,6,211); }
div.DivClassName
{
background-color: #ED06D3;
}
.BgClassName
{
background-color: #ED06D3;
}
</style>
border-color css
<style>
span { border-color: #ED06D3; }
span { border-color: rgb(237,6,211); }
td.TdClassName
{
border-color: #ED06D3;
}
.TagClassName
{
border-color: #ED06D3;
}
</style>