Shades of Pale Magenta #EC8BDC
Tints of Pale Magenta #EC8BDC
RGB
CMYK
RGB Variations
Color information
#EC8BDC (or 0xEC8BDC) is known color: Pale Magenta. HEX triplet: EC, 8B and DC. RGB value is (236,139,220). Sum of RGB (Red+Green+Blue) = 236+139+220=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BDC is #137423. Grayscale: #B1B1B1. Windows color (decimal): -1274916 or 14453740. OLE color: 14453740.
HSL color Cylindrical-coordinate representation of color #EC8BDC: hue angle of 309.9º 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 #EC8BDC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 220 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.07 |
| HSL | 309.9º | 0.72% | 0.74% | - |
| HSV(B) | 309.9º | 0.41% | 0.93% | - |
| XYZ | 56.74 | 41.47 | 72.72 | - |
| YUV | 177.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 220 | 0 | 0.41 | 0.07 | 0.07 | 309.9 | 0.72 | 0.74 |
| Hex | EC | 8B | DC | 0 | 29 | 7 | 7 | 136 | 48 | 4A |
| Octal | 354 | 213 | 334 | 0 | 51 | 7 | 7 | 466 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11011100 | 0 | 101001 | 111 | 111 | 100110110 | 1001000 | 1001010 |
Color Harmonies of #EC8BDC
Complementary color
Monochromatic Colors of #EC8BDC
Black with #EC8BDC
Text Example
Text Example
White with #EC8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BDC; }
p { color: rgb(236,139,220); }
H1.HeaderClassName
{
color: #EC8BDC;
}
.AnyTagClassName
{
color: #EC8BDC;
}
</style>
background-color css
<style>
a { background-color: #EC8BDC; }
a { background-color: rgb(236,139,220); }
div.DivClassName
{
background-color: #EC8BDC;
}
.BgClassName
{
background-color: #EC8BDC;
}
</style>
border-color css
<style>
span { border-color: #EC8BDC; }
span { border-color: rgb(236,139,220); }
td.TdClassName
{
border-color: #EC8BDC;
}
.TagClassName
{
border-color: #EC8BDC;
}
</style>