Shades of Pale Magenta #EC85DE
Tints of Pale Magenta #EC85DE
RGB
CMYK
RGB Variations
Color information
#EC85DE (or 0xEC85DE) is known color: Pale Magenta. HEX triplet: EC, 85 and DE. RGB value is (236,133,222). Sum of RGB (Red+Green+Blue) = 236+133+222=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85DE is #137A21. Grayscale: #ADADAD. Windows color (decimal): -1276450 or 14583276. OLE color: 14583276.
HSL color Cylindrical-coordinate representation of color #EC85DE: hue angle of 308.16º 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 #EC85DE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 222 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.07 |
| HSL | 308.16º | 0.73% | 0.72% | - |
| HSV(B) | 308.16º | 0.44% | 0.93% | - |
| XYZ | 56.16 | 39.88 | 73.85 | - |
| YUV | 173.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 222 | 0 | 0.44 | 0.06 | 0.07 | 308.16 | 0.73 | 0.72 |
| Hex | EC | 85 | DE | 0 | 2C | 6 | 7 | 134 | 49 | 48 |
| Octal | 354 | 205 | 336 | 0 | 54 | 6 | 7 | 464 | 111 | 110 |
| Binary | 11101100 | 10000101 | 11011110 | 0 | 101100 | 110 | 111 | 100110100 | 1001001 | 1001000 |
Color Harmonies of #EC85DE
Complementary color
Monochromatic Colors of #EC85DE
Black with #EC85DE
Text Example
Text Example
White with #EC85DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC85DE; }
p { color: rgb(236,133,222); }
H1.HeaderClassName
{
color: #EC85DE;
}
.AnyTagClassName
{
color: #EC85DE;
}
</style>
background-color css
<style>
a { background-color: #EC85DE; }
a { background-color: rgb(236,133,222); }
div.DivClassName
{
background-color: #EC85DE;
}
.BgClassName
{
background-color: #EC85DE;
}
</style>
border-color css
<style>
span { border-color: #EC85DE; }
span { border-color: rgb(236,133,222); }
td.TdClassName
{
border-color: #EC85DE;
}
.TagClassName
{
border-color: #EC85DE;
}
</style>