Shades of Pale Magenta #EC81DD
Tints of Pale Magenta #EC81DD
RGB
CMYK
RGB Variations
Color information
#EC81DD (or 0xEC81DD) is known color: Pale Magenta. HEX triplet: EC, 81 and DD. RGB value is (236,129,221). Sum of RGB (Red+Green+Blue) = 236+129+221=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81DD is #137E22. Grayscale: #ABABAB. Windows color (decimal): -1277475 or 14516716. OLE color: 14516716.
HSL color Cylindrical-coordinate representation of color #EC81DD: hue angle of 308.41º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81DD is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 221 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.07 |
| HSL | 308.41º | 0.74% | 0.72% | - |
| HSV(B) | 308.41º | 0.45% | 0.93% | - |
| XYZ | 55.49 | 38.75 | 72.96 | - |
| YUV | 171.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 221 | 0 | 0.45 | 0.06 | 0.07 | 308.41 | 0.74 | 0.72 |
| Hex | EC | 81 | DD | 0 | 2D | 6 | 7 | 134 | 4A | 48 |
| Octal | 354 | 201 | 335 | 0 | 55 | 6 | 7 | 464 | 112 | 110 |
| Binary | 11101100 | 10000001 | 11011101 | 0 | 101101 | 110 | 111 | 100110100 | 1001010 | 1001000 |
Color Harmonies of #EC81DD
Complementary color
Monochromatic Colors of #EC81DD
Black with #EC81DD
Text Example
Text Example
White with #EC81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC81DD; }
p { color: rgb(236,129,221); }
H1.HeaderClassName
{
color: #EC81DD;
}
.AnyTagClassName
{
color: #EC81DD;
}
</style>
background-color css
<style>
a { background-color: #EC81DD; }
a { background-color: rgb(236,129,221); }
div.DivClassName
{
background-color: #EC81DD;
}
.BgClassName
{
background-color: #EC81DD;
}
</style>
border-color css
<style>
span { border-color: #EC81DD; }
span { border-color: rgb(236,129,221); }
td.TdClassName
{
border-color: #EC81DD;
}
.TagClassName
{
border-color: #EC81DD;
}
</style>