Shades of Pale Magenta #EC82DA
Tints of Pale Magenta #EC82DA
RGB
CMYK
RGB Variations
Color information
#EC82DA (or 0xEC82DA) is known color: Pale Magenta. HEX triplet: EC, 82 and DA. RGB value is (236,130,218). Sum of RGB (Red+Green+Blue) = 236+130+218=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82DA is #137D25. Grayscale: #ABABAB. Windows color (decimal): -1277222 or 14320364. OLE color: 14320364.
HSL color Cylindrical-coordinate representation of color #EC82DA: hue angle of 310.19º 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 #EC82DA is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 218 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.07 |
| HSL | 310.19º | 0.74% | 0.72% | - |
| HSV(B) | 310.19º | 0.45% | 0.93% | - |
| XYZ | 55.23 | 38.86 | 70.92 | - |
| YUV | 171.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 218 | 0 | 0.45 | 0.08 | 0.07 | 310.19 | 0.74 | 0.72 |
| Hex | EC | 82 | DA | 0 | 2D | 8 | 7 | 136 | 4A | 48 |
| Octal | 354 | 202 | 332 | 0 | 55 | 10 | 7 | 466 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11011010 | 0 | 101101 | 1000 | 111 | 100110110 | 1001010 | 1001000 |
Color Harmonies of #EC82DA
Complementary color
Monochromatic Colors of #EC82DA
Black with #EC82DA
Text Example
Text Example
White with #EC82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82DA; }
p { color: rgb(236,130,218); }
H1.HeaderClassName
{
color: #EC82DA;
}
.AnyTagClassName
{
color: #EC82DA;
}
</style>
background-color css
<style>
a { background-color: #EC82DA; }
a { background-color: rgb(236,130,218); }
div.DivClassName
{
background-color: #EC82DA;
}
.BgClassName
{
background-color: #EC82DA;
}
</style>
border-color css
<style>
span { border-color: #EC82DA; }
span { border-color: rgb(236,130,218); }
td.TdClassName
{
border-color: #EC82DA;
}
.TagClassName
{
border-color: #EC82DA;
}
</style>