Shades of Pale Magenta #EC8DD5
Tints of Pale Magenta #EC8DD5
RGB
CMYK
RGB Variations
Color information
#EC8DD5 (or 0xEC8DD5) is known color: Pale Magenta. HEX triplet: EC, 8D and D5. RGB value is (236,141,213). Sum of RGB (Red+Green+Blue) = 236+141+213=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DD5 is #13722A. Grayscale: #B1B1B1. Windows color (decimal): -1274411 or 13995500. OLE color: 13995500.
HSL color Cylindrical-coordinate representation of color #EC8DD5: hue angle of 314.53º 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 #EC8DD5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 213 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.07 |
| HSL | 314.53º | 0.71% | 0.74% | - |
| HSV(B) | 314.53º | 0.4% | 0.93% | - |
| XYZ | 56.13 | 41.69 | 68.04 | - |
| YUV | 177.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 213 | 0 | 0.40 | 0.10 | 0.07 | 314.53 | 0.71 | 0.74 |
| Hex | EC | 8D | D5 | 0 | 28 | A | 7 | 13B | 47 | 4A |
| Octal | 354 | 215 | 325 | 0 | 50 | 12 | 7 | 473 | 107 | 112 |
| Binary | 11101100 | 10001101 | 11010101 | 0 | 101000 | 1010 | 111 | 100111011 | 1000111 | 1001010 |
Color Harmonies of #EC8DD5
Complementary color
Monochromatic Colors of #EC8DD5
Black with #EC8DD5
Text Example
Text Example
White with #EC8DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DD5; }
p { color: rgb(236,141,213); }
H1.HeaderClassName
{
color: #EC8DD5;
}
.AnyTagClassName
{
color: #EC8DD5;
}
</style>
background-color css
<style>
a { background-color: #EC8DD5; }
a { background-color: rgb(236,141,213); }
div.DivClassName
{
background-color: #EC8DD5;
}
.BgClassName
{
background-color: #EC8DD5;
}
</style>
border-color css
<style>
span { border-color: #EC8DD5; }
span { border-color: rgb(236,141,213); }
td.TdClassName
{
border-color: #EC8DD5;
}
.TagClassName
{
border-color: #EC8DD5;
}
</style>