Shades of Pale Magenta #EC83DD
Tints of Pale Magenta #EC83DD
RGB
CMYK
RGB Variations
Color information
#EC83DD (or 0xEC83DD) is known color: Pale Magenta. HEX triplet: EC, 83 and DD. RGB value is (236,131,221). Sum of RGB (Red+Green+Blue) = 236+131+221=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83DD is #137C22. Grayscale: #ACACAC. Windows color (decimal): -1276963 or 14517228. OLE color: 14517228.
HSL color Cylindrical-coordinate representation of color #EC83DD: hue angle of 308.57º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83DD is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 221 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.07 |
| HSL | 308.57º | 0.73% | 0.72% | - |
| HSV(B) | 308.57º | 0.44% | 0.93% | - |
| XYZ | 55.76 | 39.29 | 73.05 | - |
| YUV | 172.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 221 | 0 | 0.44 | 0.06 | 0.07 | 308.57 | 0.73 | 0.72 |
| Hex | EC | 83 | DD | 0 | 2C | 6 | 7 | 135 | 49 | 48 |
| Octal | 354 | 203 | 335 | 0 | 54 | 6 | 7 | 465 | 111 | 110 |
| Binary | 11101100 | 10000011 | 11011101 | 0 | 101100 | 110 | 111 | 100110101 | 1001001 | 1001000 |
Color Harmonies of #EC83DD
Complementary color
Monochromatic Colors of #EC83DD
Black with #EC83DD
Text Example
Text Example
White with #EC83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83DD; }
p { color: rgb(236,131,221); }
H1.HeaderClassName
{
color: #EC83DD;
}
.AnyTagClassName
{
color: #EC83DD;
}
</style>
background-color css
<style>
a { background-color: #EC83DD; }
a { background-color: rgb(236,131,221); }
div.DivClassName
{
background-color: #EC83DD;
}
.BgClassName
{
background-color: #EC83DD;
}
</style>
border-color css
<style>
span { border-color: #EC83DD; }
span { border-color: rgb(236,131,221); }
td.TdClassName
{
border-color: #EC83DD;
}
.TagClassName
{
border-color: #EC83DD;
}
</style>