Shades of Pale Magenta #EC80D8
Tints of Pale Magenta #EC80D8
RGB
CMYK
RGB Variations
Color information
#EC80D8 (or 0xEC80D8) is known color: Pale Magenta. HEX triplet: EC, 80 and D8. RGB value is (236,128,216). Sum of RGB (Red+Green+Blue) = 236+128+216=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80D8 is #137F27. Grayscale: #AAAAAA. Windows color (decimal): -1277736 or 14188780. OLE color: 14188780.
HSL color Cylindrical-coordinate representation of color #EC80D8: hue angle of 311.11º 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 #EC80D8 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 216 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.07 |
| HSL | 311.11º | 0.74% | 0.71% | - |
| HSV(B) | 311.11º | 0.46% | 0.93% | - |
| XYZ | 54.71 | 38.23 | 69.46 | - |
| YUV | 170.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 216 | 0 | 0.46 | 0.08 | 0.07 | 311.11 | 0.74 | 0.71 |
| Hex | EC | 80 | D8 | 0 | 2E | 8 | 7 | 137 | 4A | 47 |
| Octal | 354 | 200 | 330 | 0 | 56 | 10 | 7 | 467 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11011000 | 0 | 101110 | 1000 | 111 | 100110111 | 1001010 | 1000111 |
Color Harmonies of #EC80D8
Complementary color
Monochromatic Colors of #EC80D8
Black with #EC80D8
Text Example
Text Example
White with #EC80D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80D8; }
p { color: rgb(236,128,216); }
H1.HeaderClassName
{
color: #EC80D8;
}
.AnyTagClassName
{
color: #EC80D8;
}
</style>
background-color css
<style>
a { background-color: #EC80D8; }
a { background-color: rgb(236,128,216); }
div.DivClassName
{
background-color: #EC80D8;
}
.BgClassName
{
background-color: #EC80D8;
}
</style>
border-color css
<style>
span { border-color: #EC80D8; }
span { border-color: rgb(236,128,216); }
td.TdClassName
{
border-color: #EC80D8;
}
.TagClassName
{
border-color: #EC80D8;
}
</style>