Shades of Pale Magenta #EC7ED5
Tints of Pale Magenta #EC7ED5
RGB
CMYK
RGB Variations
Color information
#EC7ED5 (or 0xEC7ED5) is known color: Pale Magenta. HEX triplet: EC, 7E and D5. RGB value is (236,126,213). Sum of RGB (Red+Green+Blue) = 236+126+213=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ED5 is #13812A. Grayscale: #A8A8A8. Windows color (decimal): -1278251 or 13991660. OLE color: 13991660.
HSL color Cylindrical-coordinate representation of color #EC7ED5: hue angle of 312.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7ED5 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 213 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.07 |
| HSL | 312.55º | 0.74% | 0.71% | - |
| HSV(B) | 312.55º | 0.47% | 0.93% | - |
| XYZ | 54.06 | 37.56 | 67.35 | - |
| YUV | 168.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 213 | 0 | 0.47 | 0.10 | 0.07 | 312.55 | 0.74 | 0.71 |
| Hex | EC | 7E | D5 | 0 | 2F | A | 7 | 139 | 4A | 47 |
| Octal | 354 | 176 | 325 | 0 | 57 | 12 | 7 | 471 | 112 | 107 |
| Binary | 11101100 | 1111110 | 11010101 | 0 | 101111 | 1010 | 111 | 100111001 | 1001010 | 1000111 |
Color Harmonies of #EC7ED5
Complementary color
Monochromatic Colors of #EC7ED5
Black with #EC7ED5
Text Example
Text Example
White with #EC7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7ED5; }
p { color: rgb(236,126,213); }
H1.HeaderClassName
{
color: #EC7ED5;
}
.AnyTagClassName
{
color: #EC7ED5;
}
</style>
background-color css
<style>
a { background-color: #EC7ED5; }
a { background-color: rgb(236,126,213); }
div.DivClassName
{
background-color: #EC7ED5;
}
.BgClassName
{
background-color: #EC7ED5;
}
</style>
border-color css
<style>
span { border-color: #EC7ED5; }
span { border-color: rgb(236,126,213); }
td.TdClassName
{
border-color: #EC7ED5;
}
.TagClassName
{
border-color: #EC7ED5;
}
</style>