Shades of Pale Magenta #EC8BD4
Tints of Pale Magenta #EC8BD4
RGB
CMYK
RGB Variations
Color information
#EC8BD4 (or 0xEC8BD4) is known color: Pale Magenta. HEX triplet: EC, 8B and D4. RGB value is (236,139,212). Sum of RGB (Red+Green+Blue) = 236+139+212=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BD4 is #13742B. Grayscale: #B0B0B0. Windows color (decimal): -1274924 or 13929452. OLE color: 13929452.
HSL color Cylindrical-coordinate representation of color #EC8BD4: hue angle of 314.85º 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 #EC8BD4 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 212 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.07 |
| HSL | 314.85º | 0.72% | 0.74% | - |
| HSV(B) | 314.85º | 0.41% | 0.93% | - |
| XYZ | 55.71 | 41.05 | 67.27 | - |
| YUV | 176.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 212 | 0 | 0.41 | 0.10 | 0.07 | 314.85 | 0.72 | 0.74 |
| Hex | EC | 8B | D4 | 0 | 29 | A | 7 | 13B | 48 | 4A |
| Octal | 354 | 213 | 324 | 0 | 51 | 12 | 7 | 473 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11010100 | 0 | 101001 | 1010 | 111 | 100111011 | 1001000 | 1001010 |
Color Harmonies of #EC8BD4
Complementary color
Monochromatic Colors of #EC8BD4
Black with #EC8BD4
Text Example
Text Example
White with #EC8BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BD4; }
p { color: rgb(236,139,212); }
H1.HeaderClassName
{
color: #EC8BD4;
}
.AnyTagClassName
{
color: #EC8BD4;
}
</style>
background-color css
<style>
a { background-color: #EC8BD4; }
a { background-color: rgb(236,139,212); }
div.DivClassName
{
background-color: #EC8BD4;
}
.BgClassName
{
background-color: #EC8BD4;
}
</style>
border-color css
<style>
span { border-color: #EC8BD4; }
span { border-color: rgb(236,139,212); }
td.TdClassName
{
border-color: #EC8BD4;
}
.TagClassName
{
border-color: #EC8BD4;
}
</style>