Shades of Pale Magenta #EC8AD6
Tints of Pale Magenta #EC8AD6
RGB
CMYK
RGB Variations
Color information
#EC8AD6 (or 0xEC8AD6) is known color: Pale Magenta. HEX triplet: EC, 8A and D6. RGB value is (236,138,214). Sum of RGB (Red+Green+Blue) = 236+138+214=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AD6 is #137529. Grayscale: #AFAFAF. Windows color (decimal): -1275178 or 14060268. OLE color: 14060268.
HSL color Cylindrical-coordinate representation of color #EC8AD6: hue angle of 313.47º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AD6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 214 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.07 |
| HSL | 313.47º | 0.72% | 0.73% | - |
| HSV(B) | 313.47º | 0.42% | 0.93% | - |
| XYZ | 55.82 | 40.86 | 68.56 | - |
| YUV | 175.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 214 | 0 | 0.42 | 0.09 | 0.07 | 313.47 | 0.72 | 0.73 |
| Hex | EC | 8A | D6 | 0 | 2A | 9 | 7 | 139 | 48 | 49 |
| Octal | 354 | 212 | 326 | 0 | 52 | 11 | 7 | 471 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11010110 | 0 | 101010 | 1001 | 111 | 100111001 | 1001000 | 1001001 |
Color Harmonies of #EC8AD6
Complementary color
Monochromatic Colors of #EC8AD6
Black with #EC8AD6
Text Example
Text Example
White with #EC8AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AD6; }
p { color: rgb(236,138,214); }
H1.HeaderClassName
{
color: #EC8AD6;
}
.AnyTagClassName
{
color: #EC8AD6;
}
</style>
background-color css
<style>
a { background-color: #EC8AD6; }
a { background-color: rgb(236,138,214); }
div.DivClassName
{
background-color: #EC8AD6;
}
.BgClassName
{
background-color: #EC8AD6;
}
</style>
border-color css
<style>
span { border-color: #EC8AD6; }
span { border-color: rgb(236,138,214); }
td.TdClassName
{
border-color: #EC8AD6;
}
.TagClassName
{
border-color: #EC8AD6;
}
</style>