Shades of Pale Magenta #EC8EDF
Tints of Pale Magenta #EC8EDF
RGB
CMYK
RGB Variations
Color information
#EC8EDF (or 0xEC8EDF) is known color: Pale Magenta. HEX triplet: EC, 8E and DF. RGB value is (236,142,223). Sum of RGB (Red+Green+Blue) = 236+142+223=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EDF is #137120. Grayscale: #B3B3B3. Windows color (decimal): -1274145 or 14651116. OLE color: 14651116.
HSL color Cylindrical-coordinate representation of color #EC8EDF: hue angle of 308.3º 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 #EC8EDF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 223 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.07 |
| HSL | 308.3º | 0.71% | 0.74% | - |
| HSV(B) | 308.3º | 0.4% | 0.93% | - |
| XYZ | 57.58 | 42.51 | 74.98 | - |
| YUV | 179.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 223 | 0 | 0.40 | 0.06 | 0.07 | 308.3 | 0.71 | 0.74 |
| Hex | EC | 8E | DF | 0 | 28 | 6 | 7 | 134 | 47 | 4A |
| Octal | 354 | 216 | 337 | 0 | 50 | 6 | 7 | 464 | 107 | 112 |
| Binary | 11101100 | 10001110 | 11011111 | 0 | 101000 | 110 | 111 | 100110100 | 1000111 | 1001010 |
Color Harmonies of #EC8EDF
Complementary color
Monochromatic Colors of #EC8EDF
Black with #EC8EDF
Text Example
Text Example
White with #EC8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EDF; }
p { color: rgb(236,142,223); }
H1.HeaderClassName
{
color: #EC8EDF;
}
.AnyTagClassName
{
color: #EC8EDF;
}
</style>
background-color css
<style>
a { background-color: #EC8EDF; }
a { background-color: rgb(236,142,223); }
div.DivClassName
{
background-color: #EC8EDF;
}
.BgClassName
{
background-color: #EC8EDF;
}
</style>
border-color css
<style>
span { border-color: #EC8EDF; }
span { border-color: rgb(236,142,223); }
td.TdClassName
{
border-color: #EC8EDF;
}
.TagClassName
{
border-color: #EC8EDF;
}
</style>