Shades of Pale Magenta #EC80DF
Tints of Pale Magenta #EC80DF
RGB
CMYK
RGB Variations
Color information
#EC80DF (or 0xEC80DF) is known color: Pale Magenta. HEX triplet: EC, 80 and DF. RGB value is (236,128,223). Sum of RGB (Red+Green+Blue) = 236+128+223=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80DF is #137F20. Grayscale: #AAAAAA. Windows color (decimal): -1277729 or 14647532. OLE color: 14647532.
HSL color Cylindrical-coordinate representation of color #EC80DF: hue angle of 307.22º 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 #EC80DF is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 223 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.07 |
| HSL | 307.22º | 0.74% | 0.71% | - |
| HSV(B) | 307.22º | 0.46% | 0.93% | - |
| XYZ | 55.63 | 38.6 | 74.33 | - |
| YUV | 171.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 223 | 0 | 0.46 | 0.06 | 0.07 | 307.22 | 0.74 | 0.71 |
| Hex | EC | 80 | DF | 0 | 2E | 6 | 7 | 133 | 4A | 47 |
| Octal | 354 | 200 | 337 | 0 | 56 | 6 | 7 | 463 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11011111 | 0 | 101110 | 110 | 111 | 100110011 | 1001010 | 1000111 |
Color Harmonies of #EC80DF
Complementary color
Monochromatic Colors of #EC80DF
Black with #EC80DF
Text Example
Text Example
White with #EC80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80DF; }
p { color: rgb(236,128,223); }
H1.HeaderClassName
{
color: #EC80DF;
}
.AnyTagClassName
{
color: #EC80DF;
}
</style>
background-color css
<style>
a { background-color: #EC80DF; }
a { background-color: rgb(236,128,223); }
div.DivClassName
{
background-color: #EC80DF;
}
.BgClassName
{
background-color: #EC80DF;
}
</style>
border-color css
<style>
span { border-color: #EC80DF; }
span { border-color: rgb(236,128,223); }
td.TdClassName
{
border-color: #EC80DF;
}
.TagClassName
{
border-color: #EC80DF;
}
</style>