Shades of Hot Magenta #ED01DD
Tints of Hot Magenta #ED01DD
RGB
CMYK
RGB Variations
Color information
#ED01DD (or 0xED01DD) is known color: Hot Magenta. HEX triplet: ED, 01 and DD. RGB value is (237,1,221). Sum of RGB (Red+Green+Blue) = 237+1+221=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01DD is #12FE22. Grayscale: #606060. Windows color (decimal): -1244707 or 14483949. OLE color: 14483949.
HSL color Cylindrical-coordinate representation of color #ED01DD: hue angle of 304.07º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED01DD is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.07 |
| HSL | 304.07º | 0.99% | 0.47% | - |
| HSV(B) | 304.07º | 1% | 0.93% | - |
| XYZ | 47.99 | 23.25 | 70.36 | - |
| YUV | 96.64 | 198.19 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 221 | 0 | 1.00 | 0.07 | 0.07 | 304.07 | 0.99 | 0.47 |
| Hex | ED | 1 | DD | 0 | 64 | 7 | 7 | 130 | 63 | 2F |
| Octal | 355 | 1 | 335 | 0 | 144 | 7 | 7 | 460 | 143 | 57 |
| Binary | 11101101 | 1 | 11011101 | 0 | 1100100 | 111 | 111 | 100110000 | 1100011 | 101111 |
Color Harmonies of #ED01DD
Complementary color
Monochromatic Colors of #ED01DD
Black with #ED01DD
Text Example
Text Example
White with #ED01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01DD; }
p { color: rgb(237,1,221); }
H1.HeaderClassName
{
color: #ED01DD;
}
.AnyTagClassName
{
color: #ED01DD;
}
</style>
background-color css
<style>
a { background-color: #ED01DD; }
a { background-color: rgb(237,1,221); }
div.DivClassName
{
background-color: #ED01DD;
}
.BgClassName
{
background-color: #ED01DD;
}
</style>
border-color css
<style>
span { border-color: #ED01DD; }
span { border-color: rgb(237,1,221); }
td.TdClassName
{
border-color: #ED01DD;
}
.TagClassName
{
border-color: #ED01DD;
}
</style>