Shades of Pale Magenta #EC88D3
Tints of Pale Magenta #EC88D3
RGB
CMYK
RGB Variations
Color information
#EC88D3 (or 0xEC88D3) is known color: Pale Magenta. HEX triplet: EC, 88 and D3. RGB value is (236,136,211). Sum of RGB (Red+Green+Blue) = 236+136+211=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88D3 is #13772C. Grayscale: #AEAEAE. Windows color (decimal): -1275693 or 13863148. OLE color: 13863148.
HSL color Cylindrical-coordinate representation of color #EC88D3: hue angle of 315º 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 #EC88D3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 211 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.07 |
| HSL | 315º | 0.72% | 0.73% | - |
| HSV(B) | 315º | 0.42% | 0.93% | - |
| XYZ | 55.15 | 40.14 | 66.47 | - |
| YUV | 174.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 211 | 0 | 0.42 | 0.11 | 0.07 | 315 | 0.72 | 0.73 |
| Hex | EC | 88 | D3 | 0 | 2A | B | 7 | 13B | 48 | 49 |
| Octal | 354 | 210 | 323 | 0 | 52 | 13 | 7 | 473 | 110 | 111 |
| Binary | 11101100 | 10001000 | 11010011 | 0 | 101010 | 1011 | 111 | 100111011 | 1001000 | 1001001 |
Color Harmonies of #EC88D3
Complementary color
Monochromatic Colors of #EC88D3
Black with #EC88D3
Text Example
Text Example
White with #EC88D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88D3; }
p { color: rgb(236,136,211); }
H1.HeaderClassName
{
color: #EC88D3;
}
.AnyTagClassName
{
color: #EC88D3;
}
</style>
background-color css
<style>
a { background-color: #EC88D3; }
a { background-color: rgb(236,136,211); }
div.DivClassName
{
background-color: #EC88D3;
}
.BgClassName
{
background-color: #EC88D3;
}
</style>
border-color css
<style>
span { border-color: #EC88D3; }
span { border-color: rgb(236,136,211); }
td.TdClassName
{
border-color: #EC88D3;
}
.TagClassName
{
border-color: #EC88D3;
}
</style>