Shades of Pale Magenta #EC8ED5
Tints of Pale Magenta #EC8ED5
RGB
CMYK
RGB Variations
Color information
#EC8ED5 (or 0xEC8ED5) is known color: Pale Magenta. HEX triplet: EC, 8E and D5. RGB value is (236,142,213). Sum of RGB (Red+Green+Blue) = 236+142+213=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ED5 is #13712A. Grayscale: #B2B2B2. Windows color (decimal): -1274155 or 13995756. OLE color: 13995756.
HSL color Cylindrical-coordinate representation of color #EC8ED5: hue angle of 314.68º 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 #EC8ED5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 213 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.07 |
| HSL | 314.68º | 0.71% | 0.74% | - |
| HSV(B) | 314.68º | 0.4% | 0.93% | - |
| XYZ | 56.28 | 41.98 | 68.09 | - |
| YUV | 178.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 213 | 0 | 0.40 | 0.10 | 0.07 | 314.68 | 0.71 | 0.74 |
| Hex | EC | 8E | D5 | 0 | 28 | A | 7 | 13B | 47 | 4A |
| Octal | 354 | 216 | 325 | 0 | 50 | 12 | 7 | 473 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11010101 | 0 | 101000 | 1010 | 111 | 100111011 | 1000111 | 1001010 |
Color Harmonies of #EC8ED5
Complementary color
Monochromatic Colors of #EC8ED5
Black with #EC8ED5
Text Example
Text Example
White with #EC8ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ED5; }
p { color: rgb(236,142,213); }
H1.HeaderClassName
{
color: #EC8ED5;
}
.AnyTagClassName
{
color: #EC8ED5;
}
</style>
background-color css
<style>
a { background-color: #EC8ED5; }
a { background-color: rgb(236,142,213); }
div.DivClassName
{
background-color: #EC8ED5;
}
.BgClassName
{
background-color: #EC8ED5;
}
</style>
border-color css
<style>
span { border-color: #EC8ED5; }
span { border-color: rgb(236,142,213); }
td.TdClassName
{
border-color: #EC8ED5;
}
.TagClassName
{
border-color: #EC8ED5;
}
</style>