Shades of Pale Magenta #EC80D7
Tints of Pale Magenta #EC80D7
RGB
CMYK
RGB Variations
Color information
#EC80D7 (or 0xEC80D7) is known color: Pale Magenta. HEX triplet: EC, 80 and D7. RGB value is (236,128,215). Sum of RGB (Red+Green+Blue) = 236+128+215=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80D7 is #137F28. Grayscale: #A9A9A9. Windows color (decimal): -1277737 or 14123244. OLE color: 14123244.
HSL color Cylindrical-coordinate representation of color #EC80D7: hue angle of 311.67º 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 #EC80D7 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 215 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.07 |
| HSL | 311.67º | 0.74% | 0.71% | - |
| HSV(B) | 311.67º | 0.46% | 0.93% | - |
| XYZ | 54.58 | 38.18 | 68.78 | - |
| YUV | 170.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 215 | 0 | 0.46 | 0.09 | 0.07 | 311.67 | 0.74 | 0.71 |
| Hex | EC | 80 | D7 | 0 | 2E | 9 | 7 | 138 | 4A | 47 |
| Octal | 354 | 200 | 327 | 0 | 56 | 11 | 7 | 470 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11010111 | 0 | 101110 | 1001 | 111 | 100111000 | 1001010 | 1000111 |
Color Harmonies of #EC80D7
Complementary color
Monochromatic Colors of #EC80D7
Black with #EC80D7
Text Example
Text Example
White with #EC80D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80D7; }
p { color: rgb(236,128,215); }
H1.HeaderClassName
{
color: #EC80D7;
}
.AnyTagClassName
{
color: #EC80D7;
}
</style>
background-color css
<style>
a { background-color: #EC80D7; }
a { background-color: rgb(236,128,215); }
div.DivClassName
{
background-color: #EC80D7;
}
.BgClassName
{
background-color: #EC80D7;
}
</style>
border-color css
<style>
span { border-color: #EC80D7; }
span { border-color: rgb(236,128,215); }
td.TdClassName
{
border-color: #EC80D7;
}
.TagClassName
{
border-color: #EC80D7;
}
</style>