Shades of Pale Magenta #EC7ADF
Tints of Pale Magenta #EC7ADF
RGB
CMYK
RGB Variations
Color information
#EC7ADF (or 0xEC7ADF) is known color: Pale Magenta. HEX triplet: EC, 7A and DF. RGB value is (236,122,223). Sum of RGB (Red+Green+Blue) = 236+122+223=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ADF is #138520. Grayscale: #A7A7A7. Windows color (decimal): -1279265 or 14645996. OLE color: 14645996.
HSL color Cylindrical-coordinate representation of color #EC7ADF: hue angle of 306.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7ADF is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 223 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.07 |
| HSL | 306.84º | 0.75% | 0.7% | - |
| HSV(B) | 306.84º | 0.48% | 0.93% | - |
| XYZ | 54.87 | 37.08 | 74.08 | - |
| YUV | 167.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 223 | 0 | 0.48 | 0.06 | 0.07 | 306.84 | 0.75 | 0.7 |
| Hex | EC | 7A | DF | 0 | 30 | 6 | 7 | 133 | 4B | 46 |
| Octal | 354 | 172 | 337 | 0 | 60 | 6 | 7 | 463 | 113 | 106 |
| Binary | 11101100 | 1111010 | 11011111 | 0 | 110000 | 110 | 111 | 100110011 | 1001011 | 1000110 |
Color Harmonies of #EC7ADF
Complementary color
Monochromatic Colors of #EC7ADF
Black with #EC7ADF
Text Example
Text Example
White with #EC7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7ADF; }
p { color: rgb(236,122,223); }
H1.HeaderClassName
{
color: #EC7ADF;
}
.AnyTagClassName
{
color: #EC7ADF;
}
</style>
background-color css
<style>
a { background-color: #EC7ADF; }
a { background-color: rgb(236,122,223); }
div.DivClassName
{
background-color: #EC7ADF;
}
.BgClassName
{
background-color: #EC7ADF;
}
</style>
border-color css
<style>
span { border-color: #EC7ADF; }
span { border-color: rgb(236,122,223); }
td.TdClassName
{
border-color: #EC7ADF;
}
.TagClassName
{
border-color: #EC7ADF;
}
</style>