Shades of Pale Magenta #EC88D1
Tints of Pale Magenta #EC88D1
RGB
CMYK
RGB Variations
Color information
#EC88D1 (or 0xEC88D1) is known color: Pale Magenta. HEX triplet: EC, 88 and D1. RGB value is (236,136,209). Sum of RGB (Red+Green+Blue) = 236+136+209=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88D1 is #13772E. Grayscale: #AEAEAE. Windows color (decimal): -1275695 or 13732076. OLE color: 13732076.
HSL color Cylindrical-coordinate representation of color #EC88D1: hue angle of 316.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC88D1 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 209 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.07 |
| HSL | 316.2º | 0.72% | 0.73% | - |
| HSV(B) | 316.2º | 0.42% | 0.93% | - |
| XYZ | 54.9 | 40.04 | 65.16 | - |
| YUV | 174.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 209 | 0 | 0.42 | 0.11 | 0.07 | 316.2 | 0.72 | 0.73 |
| Hex | EC | 88 | D1 | 0 | 2A | B | 7 | 13C | 48 | 49 |
| Octal | 354 | 210 | 321 | 0 | 52 | 13 | 7 | 474 | 110 | 111 |
| Binary | 11101100 | 10001000 | 11010001 | 0 | 101010 | 1011 | 111 | 100111100 | 1001000 | 1001001 |
Color Harmonies of #EC88D1
Complementary color
Monochromatic Colors of #EC88D1
Black with #EC88D1
Text Example
Text Example
White with #EC88D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88D1; }
p { color: rgb(236,136,209); }
H1.HeaderClassName
{
color: #EC88D1;
}
.AnyTagClassName
{
color: #EC88D1;
}
</style>
background-color css
<style>
a { background-color: #EC88D1; }
a { background-color: rgb(236,136,209); }
div.DivClassName
{
background-color: #EC88D1;
}
.BgClassName
{
background-color: #EC88D1;
}
</style>
border-color css
<style>
span { border-color: #EC88D1; }
span { border-color: rgb(236,136,209); }
td.TdClassName
{
border-color: #EC88D1;
}
.TagClassName
{
border-color: #EC88D1;
}
</style>