Shades of Pale Magenta #EC8BD5
Tints of Pale Magenta #EC8BD5
RGB
CMYK
RGB Variations
Color information
#EC8BD5 (or 0xEC8BD5) is known color: Pale Magenta. HEX triplet: EC, 8B and D5. RGB value is (236,139,213). Sum of RGB (Red+Green+Blue) = 236+139+213=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BD5 is #13742A. Grayscale: #B0B0B0. Windows color (decimal): -1274923 or 13994988. OLE color: 13994988.
HSL color Cylindrical-coordinate representation of color #EC8BD5: hue angle of 314.23º 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 #EC8BD5 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 213 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.07 |
| HSL | 314.23º | 0.72% | 0.74% | - |
| HSV(B) | 314.23º | 0.41% | 0.93% | - |
| XYZ | 55.83 | 41.1 | 67.94 | - |
| YUV | 176.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 213 | 0 | 0.41 | 0.10 | 0.07 | 314.23 | 0.72 | 0.74 |
| Hex | EC | 8B | D5 | 0 | 29 | A | 7 | 13A | 48 | 4A |
| Octal | 354 | 213 | 325 | 0 | 51 | 12 | 7 | 472 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11010101 | 0 | 101001 | 1010 | 111 | 100111010 | 1001000 | 1001010 |
Color Harmonies of #EC8BD5
Complementary color
Monochromatic Colors of #EC8BD5
Black with #EC8BD5
Text Example
Text Example
White with #EC8BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BD5; }
p { color: rgb(236,139,213); }
H1.HeaderClassName
{
color: #EC8BD5;
}
.AnyTagClassName
{
color: #EC8BD5;
}
</style>
background-color css
<style>
a { background-color: #EC8BD5; }
a { background-color: rgb(236,139,213); }
div.DivClassName
{
background-color: #EC8BD5;
}
.BgClassName
{
background-color: #EC8BD5;
}
</style>
border-color css
<style>
span { border-color: #EC8BD5; }
span { border-color: rgb(236,139,213); }
td.TdClassName
{
border-color: #EC8BD5;
}
.TagClassName
{
border-color: #EC8BD5;
}
</style>