Shades of Hot Magenta #ED01CA
Tints of Hot Magenta #ED01CA
RGB
CMYK
RGB Variations
Color information
#ED01CA (or 0xED01CA) is known color: Hot Magenta. HEX triplet: ED, 01 and CA. RGB value is (237,1,202). Sum of RGB (Red+Green+Blue) = 237+1+202=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01CA is #12FE35. Grayscale: #5D5D5D. Windows color (decimal): -1244726 or 13238765. OLE color: 13238765.
HSL color Cylindrical-coordinate representation of color #ED01CA: hue angle of 308.9º 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 #ED01CA is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.07 |
| HSL | 308.9º | 0.99% | 0.47% | - |
| HSV(B) | 308.9º | 1% | 0.93% | - |
| XYZ | 45.6 | 22.29 | 57.78 | - |
| YUV | 94.48 | 188.69 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 202 | 0 | 1.00 | 0.15 | 0.07 | 308.9 | 0.99 | 0.47 |
| Hex | ED | 1 | CA | 0 | 64 | F | 7 | 135 | 63 | 2F |
| Octal | 355 | 1 | 312 | 0 | 144 | 17 | 7 | 465 | 143 | 57 |
| Binary | 11101101 | 1 | 11001010 | 0 | 1100100 | 1111 | 111 | 100110101 | 1100011 | 101111 |
Color Harmonies of #ED01CA
Complementary color
Monochromatic Colors of #ED01CA
Black with #ED01CA
Text Example
Text Example
White with #ED01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01CA; }
p { color: rgb(237,1,202); }
H1.HeaderClassName
{
color: #ED01CA;
}
.AnyTagClassName
{
color: #ED01CA;
}
</style>
background-color css
<style>
a { background-color: #ED01CA; }
a { background-color: rgb(237,1,202); }
div.DivClassName
{
background-color: #ED01CA;
}
.BgClassName
{
background-color: #ED01CA;
}
</style>
border-color css
<style>
span { border-color: #ED01CA; }
span { border-color: rgb(237,1,202); }
td.TdClassName
{
border-color: #ED01CA;
}
.TagClassName
{
border-color: #ED01CA;
}
</style>