Shades of Pale Magenta #EC83DE
Tints of Pale Magenta #EC83DE
RGB
CMYK
RGB Variations
Color information
#EC83DE (or 0xEC83DE) is known color: Pale Magenta. HEX triplet: EC, 83 and DE. RGB value is (236,131,222). Sum of RGB (Red+Green+Blue) = 236+131+222=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83DE is #137C21. Grayscale: #ACACAC. Windows color (decimal): -1276962 or 14582764. OLE color: 14582764.
HSL color Cylindrical-coordinate representation of color #EC83DE: hue angle of 308º 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 #EC83DE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 222 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.07 |
| HSL | 308º | 0.73% | 0.72% | - |
| HSV(B) | 308º | 0.44% | 0.93% | - |
| XYZ | 55.89 | 39.34 | 73.75 | - |
| YUV | 172.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 222 | 0 | 0.44 | 0.06 | 0.07 | 308 | 0.73 | 0.72 |
| Hex | EC | 83 | DE | 0 | 2C | 6 | 7 | 134 | 49 | 48 |
| Octal | 354 | 203 | 336 | 0 | 54 | 6 | 7 | 464 | 111 | 110 |
| Binary | 11101100 | 10000011 | 11011110 | 0 | 101100 | 110 | 111 | 100110100 | 1001001 | 1001000 |
Color Harmonies of #EC83DE
Complementary color
Monochromatic Colors of #EC83DE
Black with #EC83DE
Text Example
Text Example
White with #EC83DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC83DE; }
p { color: rgb(236,131,222); }
H1.HeaderClassName
{
color: #EC83DE;
}
.AnyTagClassName
{
color: #EC83DE;
}
</style>
background-color css
<style>
a { background-color: #EC83DE; }
a { background-color: rgb(236,131,222); }
div.DivClassName
{
background-color: #EC83DE;
}
.BgClassName
{
background-color: #EC83DE;
}
</style>
border-color css
<style>
span { border-color: #EC83DE; }
span { border-color: rgb(236,131,222); }
td.TdClassName
{
border-color: #EC83DE;
}
.TagClassName
{
border-color: #EC83DE;
}
</style>