Shades of Pale Magenta #EC82D1
Tints of Pale Magenta #EC82D1
RGB
CMYK
RGB Variations
Color information
#EC82D1 (or 0xEC82D1) is known color: Pale Magenta. HEX triplet: EC, 82 and D1. RGB value is (236,130,209). Sum of RGB (Red+Green+Blue) = 236+130+209=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82D1 is #137D2E. Grayscale: #AAAAAA. Windows color (decimal): -1277231 or 13730540. OLE color: 13730540.
HSL color Cylindrical-coordinate representation of color #EC82D1: hue angle of 315.28º 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 #EC82D1 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 209 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.07 |
| HSL | 315.28º | 0.74% | 0.72% | - |
| HSV(B) | 315.28º | 0.45% | 0.93% | - |
| XYZ | 54.08 | 38.4 | 64.88 | - |
| YUV | 170.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 209 | 0 | 0.45 | 0.11 | 0.07 | 315.28 | 0.74 | 0.72 |
| Hex | EC | 82 | D1 | 0 | 2D | B | 7 | 13B | 4A | 48 |
| Octal | 354 | 202 | 321 | 0 | 55 | 13 | 7 | 473 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11010001 | 0 | 101101 | 1011 | 111 | 100111011 | 1001010 | 1001000 |
Color Harmonies of #EC82D1
Complementary color
Monochromatic Colors of #EC82D1
Black with #EC82D1
Text Example
Text Example
White with #EC82D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82D1; }
p { color: rgb(236,130,209); }
H1.HeaderClassName
{
color: #EC82D1;
}
.AnyTagClassName
{
color: #EC82D1;
}
</style>
background-color css
<style>
a { background-color: #EC82D1; }
a { background-color: rgb(236,130,209); }
div.DivClassName
{
background-color: #EC82D1;
}
.BgClassName
{
background-color: #EC82D1;
}
</style>
border-color css
<style>
span { border-color: #EC82D1; }
span { border-color: rgb(236,130,209); }
td.TdClassName
{
border-color: #EC82D1;
}
.TagClassName
{
border-color: #EC82D1;
}
</style>