Shades of Pale Magenta #EC8FD6
Tints of Pale Magenta #EC8FD6
RGB
CMYK
RGB Variations
Color information
#EC8FD6 (or 0xEC8FD6) is known color: Pale Magenta. HEX triplet: EC, 8F and D6. RGB value is (236,143,214). Sum of RGB (Red+Green+Blue) = 236+143+214=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FD6 is #137029. Grayscale: #B2B2B2. Windows color (decimal): -1273898 or 14061548. OLE color: 14061548.
HSL color Cylindrical-coordinate representation of color #EC8FD6: hue angle of 314.19º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FD6 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 214 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.07 |
| HSL | 314.19º | 0.71% | 0.74% | - |
| HSV(B) | 314.19º | 0.39% | 0.93% | - |
| XYZ | 56.55 | 42.33 | 68.81 | - |
| YUV | 178.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 214 | 0 | 0.39 | 0.09 | 0.07 | 314.19 | 0.71 | 0.74 |
| Hex | EC | 8F | D6 | 0 | 27 | 9 | 7 | 13A | 47 | 4A |
| Octal | 354 | 217 | 326 | 0 | 47 | 11 | 7 | 472 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11010110 | 0 | 100111 | 1001 | 111 | 100111010 | 1000111 | 1001010 |
Color Harmonies of #EC8FD6
Complementary color
Monochromatic Colors of #EC8FD6
Black with #EC8FD6
Text Example
Text Example
White with #EC8FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FD6; }
p { color: rgb(236,143,214); }
H1.HeaderClassName
{
color: #EC8FD6;
}
.AnyTagClassName
{
color: #EC8FD6;
}
</style>
background-color css
<style>
a { background-color: #EC8FD6; }
a { background-color: rgb(236,143,214); }
div.DivClassName
{
background-color: #EC8FD6;
}
.BgClassName
{
background-color: #EC8FD6;
}
</style>
border-color css
<style>
span { border-color: #EC8FD6; }
span { border-color: rgb(236,143,214); }
td.TdClassName
{
border-color: #EC8FD6;
}
.TagClassName
{
border-color: #EC8FD6;
}
</style>