Shades of Pale Magenta #EC80D5
Tints of Pale Magenta #EC80D5
RGB
CMYK
RGB Variations
Color information
#EC80D5 (or 0xEC80D5) is known color: Pale Magenta. HEX triplet: EC, 80 and D5. RGB value is (236,128,213). Sum of RGB (Red+Green+Blue) = 236+128+213=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80D5 is #137F2A. Grayscale: #A9A9A9. Windows color (decimal): -1277739 or 13992172. OLE color: 13992172.
HSL color Cylindrical-coordinate representation of color #EC80D5: hue angle of 312.78º 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 #EC80D5 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 213 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.07 |
| HSL | 312.78º | 0.74% | 0.71% | - |
| HSV(B) | 312.78º | 0.46% | 0.93% | - |
| XYZ | 54.32 | 38.08 | 67.44 | - |
| YUV | 169.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 213 | 0 | 0.46 | 0.10 | 0.07 | 312.78 | 0.74 | 0.71 |
| Hex | EC | 80 | D5 | 0 | 2E | A | 7 | 139 | 4A | 47 |
| Octal | 354 | 200 | 325 | 0 | 56 | 12 | 7 | 471 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11010101 | 0 | 101110 | 1010 | 111 | 100111001 | 1001010 | 1000111 |
Color Harmonies of #EC80D5
Complementary color
Monochromatic Colors of #EC80D5
Black with #EC80D5
Text Example
Text Example
White with #EC80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80D5; }
p { color: rgb(236,128,213); }
H1.HeaderClassName
{
color: #EC80D5;
}
.AnyTagClassName
{
color: #EC80D5;
}
</style>
background-color css
<style>
a { background-color: #EC80D5; }
a { background-color: rgb(236,128,213); }
div.DivClassName
{
background-color: #EC80D5;
}
.BgClassName
{
background-color: #EC80D5;
}
</style>
border-color css
<style>
span { border-color: #EC80D5; }
span { border-color: rgb(236,128,213); }
td.TdClassName
{
border-color: #EC80D5;
}
.TagClassName
{
border-color: #EC80D5;
}
</style>