Shades of Pale Magenta #EC80D9
Tints of Pale Magenta #EC80D9
RGB
CMYK
RGB Variations
Color information
#EC80D9 (or 0xEC80D9) is known color: Pale Magenta. HEX triplet: EC, 80 and D9. RGB value is (236,128,217). Sum of RGB (Red+Green+Blue) = 236+128+217=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80D9 is #137F26. Grayscale: #AAAAAA. Windows color (decimal): -1277735 or 14254316. OLE color: 14254316.
HSL color Cylindrical-coordinate representation of color #EC80D9: hue angle of 310.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80D9 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 217 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.07 |
| HSL | 310.56º | 0.74% | 0.71% | - |
| HSV(B) | 310.56º | 0.46% | 0.93% | - |
| XYZ | 54.84 | 38.28 | 70.14 | - |
| YUV | 170.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 217 | 0 | 0.46 | 0.08 | 0.07 | 310.56 | 0.74 | 0.71 |
| Hex | EC | 80 | D9 | 0 | 2E | 8 | 7 | 137 | 4A | 47 |
| Octal | 354 | 200 | 331 | 0 | 56 | 10 | 7 | 467 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11011001 | 0 | 101110 | 1000 | 111 | 100110111 | 1001010 | 1000111 |
Color Harmonies of #EC80D9
Complementary color
Monochromatic Colors of #EC80D9
Black with #EC80D9
Text Example
Text Example
White with #EC80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80D9; }
p { color: rgb(236,128,217); }
H1.HeaderClassName
{
color: #EC80D9;
}
.AnyTagClassName
{
color: #EC80D9;
}
</style>
background-color css
<style>
a { background-color: #EC80D9; }
a { background-color: rgb(236,128,217); }
div.DivClassName
{
background-color: #EC80D9;
}
.BgClassName
{
background-color: #EC80D9;
}
</style>
border-color css
<style>
span { border-color: #EC80D9; }
span { border-color: rgb(236,128,217); }
td.TdClassName
{
border-color: #EC80D9;
}
.TagClassName
{
border-color: #EC80D9;
}
</style>