Shades of Pale Magenta #EC8CD4
Tints of Pale Magenta #EC8CD4
RGB
CMYK
RGB Variations
Color information
#EC8CD4 (or 0xEC8CD4) is known color: Pale Magenta. HEX triplet: EC, 8C and D4. RGB value is (236,140,212). Sum of RGB (Red+Green+Blue) = 236+140+212=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CD4 is #13732B. Grayscale: #B0B0B0. Windows color (decimal): -1274668 or 13929708. OLE color: 13929708.
HSL color Cylindrical-coordinate representation of color #EC8CD4: hue angle of 315º 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 #EC8CD4 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 212 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.07 |
| HSL | 315º | 0.72% | 0.74% | - |
| HSV(B) | 315º | 0.41% | 0.93% | - |
| XYZ | 55.85 | 41.34 | 67.32 | - |
| YUV | 176.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 212 | 0 | 0.41 | 0.10 | 0.07 | 315 | 0.72 | 0.74 |
| Hex | EC | 8C | D4 | 0 | 29 | A | 7 | 13B | 48 | 4A |
| Octal | 354 | 214 | 324 | 0 | 51 | 12 | 7 | 473 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11010100 | 0 | 101001 | 1010 | 111 | 100111011 | 1001000 | 1001010 |
Color Harmonies of #EC8CD4
Complementary color
Monochromatic Colors of #EC8CD4
Black with #EC8CD4
Text Example
Text Example
White with #EC8CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CD4; }
p { color: rgb(236,140,212); }
H1.HeaderClassName
{
color: #EC8CD4;
}
.AnyTagClassName
{
color: #EC8CD4;
}
</style>
background-color css
<style>
a { background-color: #EC8CD4; }
a { background-color: rgb(236,140,212); }
div.DivClassName
{
background-color: #EC8CD4;
}
.BgClassName
{
background-color: #EC8CD4;
}
</style>
border-color css
<style>
span { border-color: #EC8CD4; }
span { border-color: rgb(236,140,212); }
td.TdClassName
{
border-color: #EC8CD4;
}
.TagClassName
{
border-color: #EC8CD4;
}
</style>