Shades of Pale Magenta #EC7EDC
Tints of Pale Magenta #EC7EDC
RGB
CMYK
RGB Variations
Color information
#EC7EDC (or 0xEC7EDC) is known color: Pale Magenta. HEX triplet: EC, 7E and DC. RGB value is (236,126,220). Sum of RGB (Red+Green+Blue) = 236+126+220=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EDC is #138123. Grayscale: #A9A9A9. Windows color (decimal): -1278244 or 14450412. OLE color: 14450412.
HSL color Cylindrical-coordinate representation of color #EC7EDC: hue angle of 308.73º 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 #EC7EDC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 220 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.07 |
| HSL | 308.73º | 0.74% | 0.71% | - |
| HSV(B) | 308.73º | 0.47% | 0.93% | - |
| XYZ | 54.97 | 37.92 | 72.13 | - |
| YUV | 169.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 220 | 0 | 0.47 | 0.07 | 0.07 | 308.73 | 0.74 | 0.71 |
| Hex | EC | 7E | DC | 0 | 2F | 7 | 7 | 135 | 4A | 47 |
| Octal | 354 | 176 | 334 | 0 | 57 | 7 | 7 | 465 | 112 | 107 |
| Binary | 11101100 | 1111110 | 11011100 | 0 | 101111 | 111 | 111 | 100110101 | 1001010 | 1000111 |
Color Harmonies of #EC7EDC
Complementary color
Monochromatic Colors of #EC7EDC
Black with #EC7EDC
Text Example
Text Example
White with #EC7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EDC; }
p { color: rgb(236,126,220); }
H1.HeaderClassName
{
color: #EC7EDC;
}
.AnyTagClassName
{
color: #EC7EDC;
}
</style>
background-color css
<style>
a { background-color: #EC7EDC; }
a { background-color: rgb(236,126,220); }
div.DivClassName
{
background-color: #EC7EDC;
}
.BgClassName
{
background-color: #EC7EDC;
}
</style>
border-color css
<style>
span { border-color: #EC7EDC; }
span { border-color: rgb(236,126,220); }
td.TdClassName
{
border-color: #EC7EDC;
}
.TagClassName
{
border-color: #EC7EDC;
}
</style>