Shades of Pale Magenta #EC8FD4
Tints of Pale Magenta #EC8FD4
RGB
CMYK
RGB Variations
Color information
#EC8FD4 (or 0xEC8FD4) is known color: Pale Magenta. HEX triplet: EC, 8F and D4. RGB value is (236,143,212). Sum of RGB (Red+Green+Blue) = 236+143+212=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FD4 is #13702B. Grayscale: #B2B2B2. Windows color (decimal): -1273900 or 13930476. OLE color: 13930476.
HSL color Cylindrical-coordinate representation of color #EC8FD4: hue angle of 315.48º 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 #EC8FD4 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 212 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.07 |
| HSL | 315.48º | 0.71% | 0.74% | - |
| HSV(B) | 315.48º | 0.39% | 0.93% | - |
| XYZ | 56.3 | 42.23 | 67.47 | - |
| YUV | 178.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 212 | 0 | 0.39 | 0.10 | 0.07 | 315.48 | 0.71 | 0.74 |
| Hex | EC | 8F | D4 | 0 | 27 | A | 7 | 13B | 47 | 4A |
| Octal | 354 | 217 | 324 | 0 | 47 | 12 | 7 | 473 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11010100 | 0 | 100111 | 1010 | 111 | 100111011 | 1000111 | 1001010 |
Color Harmonies of #EC8FD4
Complementary color
Monochromatic Colors of #EC8FD4
Black with #EC8FD4
Text Example
Text Example
White with #EC8FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FD4; }
p { color: rgb(236,143,212); }
H1.HeaderClassName
{
color: #EC8FD4;
}
.AnyTagClassName
{
color: #EC8FD4;
}
</style>
background-color css
<style>
a { background-color: #EC8FD4; }
a { background-color: rgb(236,143,212); }
div.DivClassName
{
background-color: #EC8FD4;
}
.BgClassName
{
background-color: #EC8FD4;
}
</style>
border-color css
<style>
span { border-color: #EC8FD4; }
span { border-color: rgb(236,143,212); }
td.TdClassName
{
border-color: #EC8FD4;
}
.TagClassName
{
border-color: #EC8FD4;
}
</style>