Shades of Pale Magenta #EC8DDD
Tints of Pale Magenta #EC8DDD
RGB
CMYK
RGB Variations
Color information
#EC8DDD (or 0xEC8DDD) is known color: Pale Magenta. HEX triplet: EC, 8D and DD. RGB value is (236,141,221). Sum of RGB (Red+Green+Blue) = 236+141+221=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DDD is #137222. Grayscale: #B2B2B2. Windows color (decimal): -1274403 or 14519788. OLE color: 14519788.
HSL color Cylindrical-coordinate representation of color #EC8DDD: hue angle of 309.47º 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 #EC8DDD is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 221 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.07 |
| HSL | 309.47º | 0.71% | 0.74% | - |
| HSV(B) | 309.47º | 0.4% | 0.93% | - |
| XYZ | 57.17 | 42.1 | 73.52 | - |
| YUV | 178.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 221 | 0 | 0.40 | 0.06 | 0.07 | 309.47 | 0.71 | 0.74 |
| Hex | EC | 8D | DD | 0 | 28 | 6 | 7 | 135 | 47 | 4A |
| Octal | 354 | 215 | 335 | 0 | 50 | 6 | 7 | 465 | 107 | 112 |
| Binary | 11101100 | 10001101 | 11011101 | 0 | 101000 | 110 | 111 | 100110101 | 1000111 | 1001010 |
Color Harmonies of #EC8DDD
Complementary color
Monochromatic Colors of #EC8DDD
Black with #EC8DDD
Text Example
Text Example
White with #EC8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DDD; }
p { color: rgb(236,141,221); }
H1.HeaderClassName
{
color: #EC8DDD;
}
.AnyTagClassName
{
color: #EC8DDD;
}
</style>
background-color css
<style>
a { background-color: #EC8DDD; }
a { background-color: rgb(236,141,221); }
div.DivClassName
{
background-color: #EC8DDD;
}
.BgClassName
{
background-color: #EC8DDD;
}
</style>
border-color css
<style>
span { border-color: #EC8DDD; }
span { border-color: rgb(236,141,221); }
td.TdClassName
{
border-color: #EC8DDD;
}
.TagClassName
{
border-color: #EC8DDD;
}
</style>