Shades of Pale Magenta #EC8FD8
Tints of Pale Magenta #EC8FD8
RGB
CMYK
RGB Variations
Color information
#EC8FD8 (or 0xEC8FD8) is known color: Pale Magenta. HEX triplet: EC, 8F and D8. RGB value is (236,143,216). Sum of RGB (Red+Green+Blue) = 236+143+216=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FD8 is #137027. Grayscale: #B2B2B2. Windows color (decimal): -1273896 or 14192620. OLE color: 14192620.
HSL color Cylindrical-coordinate representation of color #EC8FD8: hue angle of 312.9º 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 #EC8FD8 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 216 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.07 |
| HSL | 312.9º | 0.71% | 0.74% | - |
| HSV(B) | 312.9º | 0.39% | 0.93% | - |
| XYZ | 56.81 | 42.44 | 70.16 | - |
| YUV | 179.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 216 | 0 | 0.39 | 0.08 | 0.07 | 312.9 | 0.71 | 0.74 |
| Hex | EC | 8F | D8 | 0 | 27 | 8 | 7 | 139 | 47 | 4A |
| Octal | 354 | 217 | 330 | 0 | 47 | 10 | 7 | 471 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11011000 | 0 | 100111 | 1000 | 111 | 100111001 | 1000111 | 1001010 |
Color Harmonies of #EC8FD8
Complementary color
Monochromatic Colors of #EC8FD8
Black with #EC8FD8
Text Example
Text Example
White with #EC8FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FD8; }
p { color: rgb(236,143,216); }
H1.HeaderClassName
{
color: #EC8FD8;
}
.AnyTagClassName
{
color: #EC8FD8;
}
</style>
background-color css
<style>
a { background-color: #EC8FD8; }
a { background-color: rgb(236,143,216); }
div.DivClassName
{
background-color: #EC8FD8;
}
.BgClassName
{
background-color: #EC8FD8;
}
</style>
border-color css
<style>
span { border-color: #EC8FD8; }
span { border-color: rgb(236,143,216); }
td.TdClassName
{
border-color: #EC8FD8;
}
.TagClassName
{
border-color: #EC8FD8;
}
</style>