Shades of Pale Magenta #EC8EDC
Tints of Pale Magenta #EC8EDC
RGB
CMYK
RGB Variations
Color information
#EC8EDC (or 0xEC8EDC) is known color: Pale Magenta. HEX triplet: EC, 8E and DC. RGB value is (236,142,220). Sum of RGB (Red+Green+Blue) = 236+142+220=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EDC is #137123. Grayscale: #B2B2B2. Windows color (decimal): -1274148 or 14454508. OLE color: 14454508.
HSL color Cylindrical-coordinate representation of color #EC8EDC: hue angle of 310.21º 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 #EC8EDC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 220 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.07 |
| HSL | 310.21º | 0.71% | 0.74% | - |
| HSV(B) | 310.21º | 0.4% | 0.93% | - |
| XYZ | 57.18 | 42.35 | 72.87 | - |
| YUV | 179 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 220 | 0 | 0.40 | 0.07 | 0.07 | 310.21 | 0.71 | 0.74 |
| Hex | EC | 8E | DC | 0 | 28 | 7 | 7 | 136 | 47 | 4A |
| Octal | 354 | 216 | 334 | 0 | 50 | 7 | 7 | 466 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11011100 | 0 | 101000 | 111 | 111 | 100110110 | 1000111 | 1001010 |
Color Harmonies of #EC8EDC
Complementary color
Monochromatic Colors of #EC8EDC
Black with #EC8EDC
Text Example
Text Example
White with #EC8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EDC; }
p { color: rgb(236,142,220); }
H1.HeaderClassName
{
color: #EC8EDC;
}
.AnyTagClassName
{
color: #EC8EDC;
}
</style>
background-color css
<style>
a { background-color: #EC8EDC; }
a { background-color: rgb(236,142,220); }
div.DivClassName
{
background-color: #EC8EDC;
}
.BgClassName
{
background-color: #EC8EDC;
}
</style>
border-color css
<style>
span { border-color: #EC8EDC; }
span { border-color: rgb(236,142,220); }
td.TdClassName
{
border-color: #EC8EDC;
}
.TagClassName
{
border-color: #EC8EDC;
}
</style>