Shades of Pale Magenta #EC82D4
Tints of Pale Magenta #EC82D4
RGB
CMYK
RGB Variations
Color information
#EC82D4 (or 0xEC82D4) is known color: Pale Magenta. HEX triplet: EC, 82 and D4. RGB value is (236,130,212). Sum of RGB (Red+Green+Blue) = 236+130+212=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82D4 is #137D2B. Grayscale: #AAAAAA. Windows color (decimal): -1277228 or 13927148. OLE color: 13927148.
HSL color Cylindrical-coordinate representation of color #EC82D4: hue angle of 313.58º 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 #EC82D4 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 212 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.07 |
| HSL | 313.58º | 0.74% | 0.72% | - |
| HSV(B) | 313.58º | 0.45% | 0.93% | - |
| XYZ | 54.46 | 38.55 | 66.86 | - |
| YUV | 171.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 212 | 0 | 0.45 | 0.10 | 0.07 | 313.58 | 0.74 | 0.72 |
| Hex | EC | 82 | D4 | 0 | 2D | A | 7 | 13A | 4A | 48 |
| Octal | 354 | 202 | 324 | 0 | 55 | 12 | 7 | 472 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11010100 | 0 | 101101 | 1010 | 111 | 100111010 | 1001010 | 1001000 |
Color Harmonies of #EC82D4
Complementary color
Monochromatic Colors of #EC82D4
Black with #EC82D4
Text Example
Text Example
White with #EC82D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82D4; }
p { color: rgb(236,130,212); }
H1.HeaderClassName
{
color: #EC82D4;
}
.AnyTagClassName
{
color: #EC82D4;
}
</style>
background-color css
<style>
a { background-color: #EC82D4; }
a { background-color: rgb(236,130,212); }
div.DivClassName
{
background-color: #EC82D4;
}
.BgClassName
{
background-color: #EC82D4;
}
</style>
border-color css
<style>
span { border-color: #EC82D4; }
span { border-color: rgb(236,130,212); }
td.TdClassName
{
border-color: #EC82D4;
}
.TagClassName
{
border-color: #EC82D4;
}
</style>