Shades of Pale Magenta #EC8CD3
Tints of Pale Magenta #EC8CD3
RGB
CMYK
RGB Variations
Color information
#EC8CD3 (or 0xEC8CD3) is known color: Pale Magenta. HEX triplet: EC, 8C and D3. RGB value is (236,140,211). Sum of RGB (Red+Green+Blue) = 236+140+211=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CD3 is #13732C. Grayscale: #B0B0B0. Windows color (decimal): -1274669 or 13864172. OLE color: 13864172.
HSL color Cylindrical-coordinate representation of color #EC8CD3: hue angle of 315.62º 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 #EC8CD3 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 211 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.07 |
| HSL | 315.63º | 0.72% | 0.74% | - |
| HSV(B) | 315.63º | 0.41% | 0.93% | - |
| XYZ | 55.73 | 41.29 | 66.66 | - |
| YUV | 176.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 211 | 0 | 0.41 | 0.11 | 0.07 | 315.63 | 0.72 | 0.74 |
| Hex | EC | 8C | D3 | 0 | 29 | B | 7 | 13C | 48 | 4A |
| Octal | 354 | 214 | 323 | 0 | 51 | 13 | 7 | 474 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11010011 | 0 | 101001 | 1011 | 111 | 100111100 | 1001000 | 1001010 |
Color Harmonies of #EC8CD3
Complementary color
Monochromatic Colors of #EC8CD3
Black with #EC8CD3
Text Example
Text Example
White with #EC8CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CD3; }
p { color: rgb(236,140,211); }
H1.HeaderClassName
{
color: #EC8CD3;
}
.AnyTagClassName
{
color: #EC8CD3;
}
</style>
background-color css
<style>
a { background-color: #EC8CD3; }
a { background-color: rgb(236,140,211); }
div.DivClassName
{
background-color: #EC8CD3;
}
.BgClassName
{
background-color: #EC8CD3;
}
</style>
border-color css
<style>
span { border-color: #EC8CD3; }
span { border-color: rgb(236,140,211); }
td.TdClassName
{
border-color: #EC8CD3;
}
.TagClassName
{
border-color: #EC8CD3;
}
</style>