Shades of Hot Magenta #ED06D5
Tints of Hot Magenta #ED06D5
RGB
CMYK
RGB Variations
Color information
#ED06D5 (or 0xED06D5) is known color: Hot Magenta. HEX triplet: ED, 06 and D5. RGB value is (237,6,213). Sum of RGB (Red+Green+Blue) = 237+6+213=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06D5 is #12F92A. Grayscale: #626262. Windows color (decimal): -1243435 or 13960941. OLE color: 13960941.
HSL color Cylindrical-coordinate representation of color #ED06D5: hue angle of 306.23º 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 #ED06D5 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 213 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.07 |
| HSL | 306.23º | 0.95% | 0.48% | - |
| HSV(B) | 306.23º | 0.97% | 0.93% | - |
| XYZ | 47 | 22.94 | 64.9 | - |
| YUV | 98.67 | 192.53 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 213 | 0 | 0.97 | 0.10 | 0.07 | 306.23 | 0.95 | 0.48 |
| Hex | ED | 6 | D5 | 0 | 61 | A | 7 | 132 | 5F | 30 |
| Octal | 355 | 6 | 325 | 0 | 141 | 12 | 7 | 462 | 137 | 60 |
| Binary | 11101101 | 110 | 11010101 | 0 | 1100001 | 1010 | 111 | 100110010 | 1011111 | 110000 |
Color Harmonies of #ED06D5
Complementary color
Monochromatic Colors of #ED06D5
Black with #ED06D5
Text Example
Text Example
White with #ED06D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06D5; }
p { color: rgb(237,6,213); }
H1.HeaderClassName
{
color: #ED06D5;
}
.AnyTagClassName
{
color: #ED06D5;
}
</style>
background-color css
<style>
a { background-color: #ED06D5; }
a { background-color: rgb(237,6,213); }
div.DivClassName
{
background-color: #ED06D5;
}
.BgClassName
{
background-color: #ED06D5;
}
</style>
border-color css
<style>
span { border-color: #ED06D5; }
span { border-color: rgb(237,6,213); }
td.TdClassName
{
border-color: #ED06D5;
}
.TagClassName
{
border-color: #ED06D5;
}
</style>