Shades of Pale Magenta #EC76DD
Tints of Pale Magenta #EC76DD
RGB
CMYK
RGB Variations
Color information
#EC76DD (or 0xEC76DD) is known color: Pale Magenta. HEX triplet: EC, 76 and DD. RGB value is (236,118,221). Sum of RGB (Red+Green+Blue) = 236+118+221=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76DD is #138922. Grayscale: #A4A4A4. Windows color (decimal): -1280291 or 14513900. OLE color: 14513900.
HSL color Cylindrical-coordinate representation of color #EC76DD: hue angle of 307.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76DD is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 221 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.07 |
| HSL | 307.63º | 0.76% | 0.69% | - |
| HSV(B) | 307.63º | 0.5% | 0.93% | - |
| XYZ | 54.12 | 36.01 | 72.5 | - |
| YUV | 165.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 221 | 0 | 0.5 | 0.06 | 0.07 | 307.63 | 0.76 | 0.69 |
| Hex | EC | 76 | DD | 0 | 32 | 6 | 7 | 134 | 4C | 45 |
| Octal | 354 | 166 | 335 | 0 | 62 | 6 | 7 | 464 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11011101 | 0 | 110010 | 110 | 111 | 100110100 | 1001100 | 1000101 |
Color Harmonies of #EC76DD
Complementary color
Monochromatic Colors of #EC76DD
Black with #EC76DD
Text Example
Text Example
White with #EC76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76DD; }
p { color: rgb(236,118,221); }
H1.HeaderClassName
{
color: #EC76DD;
}
.AnyTagClassName
{
color: #EC76DD;
}
</style>
background-color css
<style>
a { background-color: #EC76DD; }
a { background-color: rgb(236,118,221); }
div.DivClassName
{
background-color: #EC76DD;
}
.BgClassName
{
background-color: #EC76DD;
}
</style>
border-color css
<style>
span { border-color: #EC76DD; }
span { border-color: rgb(236,118,221); }
td.TdClassName
{
border-color: #EC76DD;
}
.TagClassName
{
border-color: #EC76DD;
}
</style>