Shades of Pale Magenta #EC8ADF
Tints of Pale Magenta #EC8ADF
RGB
CMYK
RGB Variations
Color information
#EC8ADF (or 0xEC8ADF) is known color: Pale Magenta. HEX triplet: EC, 8A and DF. RGB value is (236,138,223). Sum of RGB (Red+Green+Blue) = 236+138+223=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ADF is #137520. Grayscale: #B0B0B0. Windows color (decimal): -1275169 or 14650092. OLE color: 14650092.
HSL color Cylindrical-coordinate representation of color #EC8ADF: hue angle of 307.96º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8ADF is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 223 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.07 |
| HSL | 307.96º | 0.72% | 0.73% | - |
| HSV(B) | 307.96º | 0.42% | 0.93% | - |
| XYZ | 57 | 41.34 | 74.79 | - |
| YUV | 176.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 223 | 0 | 0.42 | 0.06 | 0.07 | 307.96 | 0.72 | 0.73 |
| Hex | EC | 8A | DF | 0 | 2A | 6 | 7 | 134 | 48 | 49 |
| Octal | 354 | 212 | 337 | 0 | 52 | 6 | 7 | 464 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11011111 | 0 | 101010 | 110 | 111 | 100110100 | 1001000 | 1001001 |
Color Harmonies of #EC8ADF
Complementary color
Monochromatic Colors of #EC8ADF
Black with #EC8ADF
Text Example
Text Example
White with #EC8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8ADF; }
p { color: rgb(236,138,223); }
H1.HeaderClassName
{
color: #EC8ADF;
}
.AnyTagClassName
{
color: #EC8ADF;
}
</style>
background-color css
<style>
a { background-color: #EC8ADF; }
a { background-color: rgb(236,138,223); }
div.DivClassName
{
background-color: #EC8ADF;
}
.BgClassName
{
background-color: #EC8ADF;
}
</style>
border-color css
<style>
span { border-color: #EC8ADF; }
span { border-color: rgb(236,138,223); }
td.TdClassName
{
border-color: #EC8ADF;
}
.TagClassName
{
border-color: #EC8ADF;
}
</style>