Shades of Pale Magenta #EC7EDD
Tints of Pale Magenta #EC7EDD
RGB
CMYK
RGB Variations
Color information
#EC7EDD (or 0xEC7EDD) is known color: Pale Magenta. HEX triplet: EC, 7E and DD. RGB value is (236,126,221). Sum of RGB (Red+Green+Blue) = 236+126+221=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EDD is #138122. Grayscale: #A9A9A9. Windows color (decimal): -1278243 or 14515948. OLE color: 14515948.
HSL color Cylindrical-coordinate representation of color #EC7EDD: hue angle of 308.18º 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 #EC7EDD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 221 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.07 |
| HSL | 308.18º | 0.74% | 0.71% | - |
| HSV(B) | 308.18º | 0.47% | 0.93% | - |
| XYZ | 55.1 | 37.98 | 72.83 | - |
| YUV | 169.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 221 | 0 | 0.47 | 0.06 | 0.07 | 308.18 | 0.74 | 0.71 |
| Hex | EC | 7E | DD | 0 | 2F | 6 | 7 | 134 | 4A | 47 |
| Octal | 354 | 176 | 335 | 0 | 57 | 6 | 7 | 464 | 112 | 107 |
| Binary | 11101100 | 1111110 | 11011101 | 0 | 101111 | 110 | 111 | 100110100 | 1001010 | 1000111 |
Color Harmonies of #EC7EDD
Complementary color
Monochromatic Colors of #EC7EDD
Black with #EC7EDD
Text Example
Text Example
White with #EC7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7EDD; }
p { color: rgb(236,126,221); }
H1.HeaderClassName
{
color: #EC7EDD;
}
.AnyTagClassName
{
color: #EC7EDD;
}
</style>
background-color css
<style>
a { background-color: #EC7EDD; }
a { background-color: rgb(236,126,221); }
div.DivClassName
{
background-color: #EC7EDD;
}
.BgClassName
{
background-color: #EC7EDD;
}
</style>
border-color css
<style>
span { border-color: #EC7EDD; }
span { border-color: rgb(236,126,221); }
td.TdClassName
{
border-color: #EC7EDD;
}
.TagClassName
{
border-color: #EC7EDD;
}
</style>