Shades of Hot Magenta #ED02CC
Tints of Hot Magenta #ED02CC
RGB
CMYK
RGB Variations
Color information
#ED02CC (or 0xED02CC) is known color: Hot Magenta. HEX triplet: ED, 02 and CC. RGB value is (237,2,204). Sum of RGB (Red+Green+Blue) = 237+2+204=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02CC is #12FD33. Grayscale: #5E5E5E. Windows color (decimal): -1244468 or 13370093. OLE color: 13370093.
HSL color Cylindrical-coordinate representation of color #ED02CC: hue angle of 308.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED02CC is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.07 |
| HSL | 308.43º | 0.98% | 0.47% | - |
| HSV(B) | 308.43º | 0.99% | 0.93% | - |
| XYZ | 45.85 | 22.41 | 59.04 | - |
| YUV | 95.29 | 189.36 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 204 | 0 | 0.99 | 0.14 | 0.07 | 308.43 | 0.98 | 0.47 |
| Hex | ED | 2 | CC | 0 | 63 | E | 7 | 134 | 62 | 2F |
| Octal | 355 | 2 | 314 | 0 | 143 | 16 | 7 | 464 | 142 | 57 |
| Binary | 11101101 | 10 | 11001100 | 0 | 1100011 | 1110 | 111 | 100110100 | 1100010 | 101111 |
Color Harmonies of #ED02CC
Complementary color
Monochromatic Colors of #ED02CC
Black with #ED02CC
Text Example
Text Example
White with #ED02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED02CC; }
p { color: rgb(237,2,204); }
H1.HeaderClassName
{
color: #ED02CC;
}
.AnyTagClassName
{
color: #ED02CC;
}
</style>
background-color css
<style>
a { background-color: #ED02CC; }
a { background-color: rgb(237,2,204); }
div.DivClassName
{
background-color: #ED02CC;
}
.BgClassName
{
background-color: #ED02CC;
}
</style>
border-color css
<style>
span { border-color: #ED02CC; }
span { border-color: rgb(237,2,204); }
td.TdClassName
{
border-color: #ED02CC;
}
.TagClassName
{
border-color: #ED02CC;
}
</style>