Shades of Pale Magenta #EC82DF
Tints of Pale Magenta #EC82DF
RGB
CMYK
RGB Variations
Color information
#EC82DF (or 0xEC82DF) is known color: Pale Magenta. HEX triplet: EC, 82 and DF. RGB value is (236,130,223). Sum of RGB (Red+Green+Blue) = 236+130+223=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82DF is #137D20. Grayscale: #ACACAC. Windows color (decimal): -1277217 or 14648044. OLE color: 14648044.
HSL color Cylindrical-coordinate representation of color #EC82DF: hue angle of 307.36º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82DF is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 223 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.07 |
| HSL | 307.36º | 0.74% | 0.72% | - |
| HSV(B) | 307.36º | 0.45% | 0.93% | - |
| XYZ | 55.89 | 39.13 | 74.42 | - |
| YUV | 172.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 223 | 0 | 0.45 | 0.06 | 0.07 | 307.36 | 0.74 | 0.72 |
| Hex | EC | 82 | DF | 0 | 2D | 6 | 7 | 133 | 4A | 48 |
| Octal | 354 | 202 | 337 | 0 | 55 | 6 | 7 | 463 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11011111 | 0 | 101101 | 110 | 111 | 100110011 | 1001010 | 1001000 |
Color Harmonies of #EC82DF
Complementary color
Monochromatic Colors of #EC82DF
Black with #EC82DF
Text Example
Text Example
White with #EC82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82DF; }
p { color: rgb(236,130,223); }
H1.HeaderClassName
{
color: #EC82DF;
}
.AnyTagClassName
{
color: #EC82DF;
}
</style>
background-color css
<style>
a { background-color: #EC82DF; }
a { background-color: rgb(236,130,223); }
div.DivClassName
{
background-color: #EC82DF;
}
.BgClassName
{
background-color: #EC82DF;
}
</style>
border-color css
<style>
span { border-color: #EC82DF; }
span { border-color: rgb(236,130,223); }
td.TdClassName
{
border-color: #EC82DF;
}
.TagClassName
{
border-color: #EC82DF;
}
</style>