Shades of Pale Magenta #EC7ADC
Tints of Pale Magenta #EC7ADC
RGB
CMYK
RGB Variations
Color information
#EC7ADC (or 0xEC7ADC) is known color: Pale Magenta. HEX triplet: EC, 7A and DC. RGB value is (236,122,220). Sum of RGB (Red+Green+Blue) = 236+122+220=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ADC is #138523. Grayscale: #A6A6A6. Windows color (decimal): -1279268 or 14449388. OLE color: 14449388.
HSL color Cylindrical-coordinate representation of color #EC7ADC: hue angle of 308.42º 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 #EC7ADC is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 220 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.07 |
| HSL | 308.42º | 0.75% | 0.7% | - |
| HSV(B) | 308.42º | 0.48% | 0.93% | - |
| XYZ | 54.47 | 36.92 | 71.97 | - |
| YUV | 167.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 220 | 0 | 0.48 | 0.07 | 0.07 | 308.42 | 0.75 | 0.7 |
| Hex | EC | 7A | DC | 0 | 30 | 7 | 7 | 134 | 4B | 46 |
| Octal | 354 | 172 | 334 | 0 | 60 | 7 | 7 | 464 | 113 | 106 |
| Binary | 11101100 | 1111010 | 11011100 | 0 | 110000 | 111 | 111 | 100110100 | 1001011 | 1000110 |
Color Harmonies of #EC7ADC
Complementary color
Monochromatic Colors of #EC7ADC
Black with #EC7ADC
Text Example
Text Example
White with #EC7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7ADC; }
p { color: rgb(236,122,220); }
H1.HeaderClassName
{
color: #EC7ADC;
}
.AnyTagClassName
{
color: #EC7ADC;
}
</style>
background-color css
<style>
a { background-color: #EC7ADC; }
a { background-color: rgb(236,122,220); }
div.DivClassName
{
background-color: #EC7ADC;
}
.BgClassName
{
background-color: #EC7ADC;
}
</style>
border-color css
<style>
span { border-color: #EC7ADC; }
span { border-color: rgb(236,122,220); }
td.TdClassName
{
border-color: #EC7ADC;
}
.TagClassName
{
border-color: #EC7ADC;
}
</style>