Shades of Pale Magenta #EC8BD8
Tints of Pale Magenta #EC8BD8
RGB
CMYK
RGB Variations
Color information
#EC8BD8 (or 0xEC8BD8) is known color: Pale Magenta. HEX triplet: EC, 8B and D8. RGB value is (236,139,216). Sum of RGB (Red+Green+Blue) = 236+139+216=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BD8 is #137427. Grayscale: #B0B0B0. Windows color (decimal): -1274920 or 14191596. OLE color: 14191596.
HSL color Cylindrical-coordinate representation of color #EC8BD8: hue angle of 312.37º 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 #EC8BD8 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 216 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.07 |
| HSL | 312.37º | 0.72% | 0.74% | - |
| HSV(B) | 312.37º | 0.41% | 0.93% | - |
| XYZ | 56.22 | 41.26 | 69.97 | - |
| YUV | 176.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 216 | 0 | 0.41 | 0.08 | 0.07 | 312.37 | 0.72 | 0.74 |
| Hex | EC | 8B | D8 | 0 | 29 | 8 | 7 | 138 | 48 | 4A |
| Octal | 354 | 213 | 330 | 0 | 51 | 10 | 7 | 470 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11011000 | 0 | 101001 | 1000 | 111 | 100111000 | 1001000 | 1001010 |
Color Harmonies of #EC8BD8
Complementary color
Monochromatic Colors of #EC8BD8
Black with #EC8BD8
Text Example
Text Example
White with #EC8BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BD8; }
p { color: rgb(236,139,216); }
H1.HeaderClassName
{
color: #EC8BD8;
}
.AnyTagClassName
{
color: #EC8BD8;
}
</style>
background-color css
<style>
a { background-color: #EC8BD8; }
a { background-color: rgb(236,139,216); }
div.DivClassName
{
background-color: #EC8BD8;
}
.BgClassName
{
background-color: #EC8BD8;
}
</style>
border-color css
<style>
span { border-color: #EC8BD8; }
span { border-color: rgb(236,139,216); }
td.TdClassName
{
border-color: #EC8BD8;
}
.TagClassName
{
border-color: #EC8BD8;
}
</style>