Shades of Pale Magenta #EC8ED7
Tints of Pale Magenta #EC8ED7
RGB
CMYK
RGB Variations
Color information
#EC8ED7 (or 0xEC8ED7) is known color: Pale Magenta. HEX triplet: EC, 8E and D7. RGB value is (236,142,215). Sum of RGB (Red+Green+Blue) = 236+142+215=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ED7 is #137128. Grayscale: #B2B2B2. Windows color (decimal): -1274153 or 14126828. OLE color: 14126828.
HSL color Cylindrical-coordinate representation of color #EC8ED7: hue angle of 313.4º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8ED7 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 215 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.07 |
| HSL | 313.4º | 0.71% | 0.74% | - |
| HSV(B) | 313.4º | 0.4% | 0.93% | - |
| XYZ | 56.53 | 42.09 | 69.43 | - |
| YUV | 178.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 215 | 0 | 0.40 | 0.09 | 0.07 | 313.4 | 0.71 | 0.74 |
| Hex | EC | 8E | D7 | 0 | 28 | 9 | 7 | 139 | 47 | 4A |
| Octal | 354 | 216 | 327 | 0 | 50 | 11 | 7 | 471 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11010111 | 0 | 101000 | 1001 | 111 | 100111001 | 1000111 | 1001010 |
Color Harmonies of #EC8ED7
Complementary color
Monochromatic Colors of #EC8ED7
Black with #EC8ED7
Text Example
Text Example
White with #EC8ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ED7; }
p { color: rgb(236,142,215); }
H1.HeaderClassName
{
color: #EC8ED7;
}
.AnyTagClassName
{
color: #EC8ED7;
}
</style>
background-color css
<style>
a { background-color: #EC8ED7; }
a { background-color: rgb(236,142,215); }
div.DivClassName
{
background-color: #EC8ED7;
}
.BgClassName
{
background-color: #EC8ED7;
}
</style>
border-color css
<style>
span { border-color: #EC8ED7; }
span { border-color: rgb(236,142,215); }
td.TdClassName
{
border-color: #EC8ED7;
}
.TagClassName
{
border-color: #EC8ED7;
}
</style>