Shades of Pale Magenta #EC8BDF
Tints of Pale Magenta #EC8BDF
RGB
CMYK
RGB Variations
Color information
#EC8BDF (or 0xEC8BDF) is known color: Pale Magenta. HEX triplet: EC, 8B and DF. RGB value is (236,139,223). Sum of RGB (Red+Green+Blue) = 236+139+223=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BDF is #137420. Grayscale: #B1B1B1. Windows color (decimal): -1274913 or 14650348. OLE color: 14650348.
HSL color Cylindrical-coordinate representation of color #EC8BDF: hue angle of 308.04º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8BDF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 223 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.07 |
| HSL | 308.04º | 0.72% | 0.74% | - |
| HSV(B) | 308.04º | 0.41% | 0.93% | - |
| XYZ | 57.14 | 41.63 | 74.83 | - |
| YUV | 177.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 223 | 0 | 0.41 | 0.06 | 0.07 | 308.04 | 0.72 | 0.74 |
| Hex | EC | 8B | DF | 0 | 29 | 6 | 7 | 134 | 48 | 4A |
| Octal | 354 | 213 | 337 | 0 | 51 | 6 | 7 | 464 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11011111 | 0 | 101001 | 110 | 111 | 100110100 | 1001000 | 1001010 |
Color Harmonies of #EC8BDF
Complementary color
Monochromatic Colors of #EC8BDF
Black with #EC8BDF
Text Example
Text Example
White with #EC8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BDF; }
p { color: rgb(236,139,223); }
H1.HeaderClassName
{
color: #EC8BDF;
}
.AnyTagClassName
{
color: #EC8BDF;
}
</style>
background-color css
<style>
a { background-color: #EC8BDF; }
a { background-color: rgb(236,139,223); }
div.DivClassName
{
background-color: #EC8BDF;
}
.BgClassName
{
background-color: #EC8BDF;
}
</style>
border-color css
<style>
span { border-color: #EC8BDF; }
span { border-color: rgb(236,139,223); }
td.TdClassName
{
border-color: #EC8BDF;
}
.TagClassName
{
border-color: #EC8BDF;
}
</style>