Shades of Pale Magenta #EC8DE1
Tints of Pale Magenta #EC8DE1
RGB
CMYK
RGB Variations
Color information
#EC8DE1 (or 0xEC8DE1) is known color: Pale Magenta. HEX triplet: EC, 8D and E1. RGB value is (236,141,225). Sum of RGB (Red+Green+Blue) = 236+141+225=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DE1 is #13721E. Grayscale: #B2B2B2. Windows color (decimal): -1274399 or 14781932. OLE color: 14781932.
HSL color Cylindrical-coordinate representation of color #EC8DE1: hue angle of 306.95º 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 #EC8DE1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 225 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.07 |
| HSL | 306.95º | 0.71% | 0.74% | - |
| HSV(B) | 306.95º | 0.4% | 0.93% | - |
| XYZ | 57.71 | 42.32 | 76.36 | - |
| YUV | 178.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 225 | 0 | 0.40 | 0.05 | 0.07 | 306.95 | 0.71 | 0.74 |
| Hex | EC | 8D | E1 | 0 | 28 | 5 | 7 | 133 | 47 | 4A |
| Octal | 354 | 215 | 341 | 0 | 50 | 5 | 7 | 463 | 107 | 112 |
| Binary | 11101100 | 10001101 | 11100001 | 0 | 101000 | 101 | 111 | 100110011 | 1000111 | 1001010 |
Color Harmonies of #EC8DE1
Complementary color
Monochromatic Colors of #EC8DE1
Black with #EC8DE1
Text Example
Text Example
White with #EC8DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DE1; }
p { color: rgb(236,141,225); }
H1.HeaderClassName
{
color: #EC8DE1;
}
.AnyTagClassName
{
color: #EC8DE1;
}
</style>
background-color css
<style>
a { background-color: #EC8DE1; }
a { background-color: rgb(236,141,225); }
div.DivClassName
{
background-color: #EC8DE1;
}
.BgClassName
{
background-color: #EC8DE1;
}
</style>
border-color css
<style>
span { border-color: #EC8DE1; }
span { border-color: rgb(236,141,225); }
td.TdClassName
{
border-color: #EC8DE1;
}
.TagClassName
{
border-color: #EC8DE1;
}
</style>