Shades of Pale Magenta #EC80DD
Tints of Pale Magenta #EC80DD
RGB
CMYK
RGB Variations
Color information
#EC80DD (or 0xEC80DD) is known color: Pale Magenta. HEX triplet: EC, 80 and DD. RGB value is (236,128,221). Sum of RGB (Red+Green+Blue) = 236+128+221=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80DD is #137F22. Grayscale: #AAAAAA. Windows color (decimal): -1277731 or 14516460. OLE color: 14516460.
HSL color Cylindrical-coordinate representation of color #EC80DD: hue angle of 308.33º 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 #EC80DD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 221 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.07 |
| HSL | 308.33º | 0.74% | 0.71% | - |
| HSV(B) | 308.33º | 0.46% | 0.93% | - |
| XYZ | 55.36 | 38.49 | 72.92 | - |
| YUV | 170.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 221 | 0 | 0.46 | 0.06 | 0.07 | 308.33 | 0.74 | 0.71 |
| Hex | EC | 80 | DD | 0 | 2E | 6 | 7 | 134 | 4A | 47 |
| Octal | 354 | 200 | 335 | 0 | 56 | 6 | 7 | 464 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11011101 | 0 | 101110 | 110 | 111 | 100110100 | 1001010 | 1000111 |
Color Harmonies of #EC80DD
Complementary color
Monochromatic Colors of #EC80DD
Black with #EC80DD
Text Example
Text Example
White with #EC80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80DD; }
p { color: rgb(236,128,221); }
H1.HeaderClassName
{
color: #EC80DD;
}
.AnyTagClassName
{
color: #EC80DD;
}
</style>
background-color css
<style>
a { background-color: #EC80DD; }
a { background-color: rgb(236,128,221); }
div.DivClassName
{
background-color: #EC80DD;
}
.BgClassName
{
background-color: #EC80DD;
}
</style>
border-color css
<style>
span { border-color: #EC80DD; }
span { border-color: rgb(236,128,221); }
td.TdClassName
{
border-color: #EC80DD;
}
.TagClassName
{
border-color: #EC80DD;
}
</style>