Shades of Pale Magenta #EC8CD5
Tints of Pale Magenta #EC8CD5
RGB
CMYK
RGB Variations
Color information
#EC8CD5 (or 0xEC8CD5) is known color: Pale Magenta. HEX triplet: EC, 8C and D5. RGB value is (236,140,213). Sum of RGB (Red+Green+Blue) = 236+140+213=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CD5 is #13732A. Grayscale: #B0B0B0. Windows color (decimal): -1274667 or 13995244. OLE color: 13995244.
HSL color Cylindrical-coordinate representation of color #EC8CD5: hue angle of 314.38º 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 #EC8CD5 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 213 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.07 |
| HSL | 314.38º | 0.72% | 0.74% | - |
| HSV(B) | 314.38º | 0.41% | 0.93% | - |
| XYZ | 55.98 | 41.39 | 67.99 | - |
| YUV | 177.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 213 | 0 | 0.41 | 0.10 | 0.07 | 314.38 | 0.72 | 0.74 |
| Hex | EC | 8C | D5 | 0 | 29 | A | 7 | 13A | 48 | 4A |
| Octal | 354 | 214 | 325 | 0 | 51 | 12 | 7 | 472 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11010101 | 0 | 101001 | 1010 | 111 | 100111010 | 1001000 | 1001010 |
Color Harmonies of #EC8CD5
Complementary color
Monochromatic Colors of #EC8CD5
Black with #EC8CD5
Text Example
Text Example
White with #EC8CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CD5; }
p { color: rgb(236,140,213); }
H1.HeaderClassName
{
color: #EC8CD5;
}
.AnyTagClassName
{
color: #EC8CD5;
}
</style>
background-color css
<style>
a { background-color: #EC8CD5; }
a { background-color: rgb(236,140,213); }
div.DivClassName
{
background-color: #EC8CD5;
}
.BgClassName
{
background-color: #EC8CD5;
}
</style>
border-color css
<style>
span { border-color: #EC8CD5; }
span { border-color: rgb(236,140,213); }
td.TdClassName
{
border-color: #EC8CD5;
}
.TagClassName
{
border-color: #EC8CD5;
}
</style>