Shades of Pale Magenta #EC88E2
Tints of Pale Magenta #EC88E2
RGB
CMYK
RGB Variations
Color information
#EC88E2 (or 0xEC88E2) is known color: Pale Magenta. HEX triplet: EC, 88 and E2. RGB value is (236,136,226). Sum of RGB (Red+Green+Blue) = 236+136+226=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88E2 is #13771D. Grayscale: #AFAFAF. Windows color (decimal): -1275678 or 14846188. OLE color: 14846188.
HSL color Cylindrical-coordinate representation of color #EC88E2: hue angle of 306º 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 #EC88E2 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 226 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.07 |
| HSL | 306º | 0.72% | 0.73% | - |
| HSV(B) | 306º | 0.42% | 0.93% | - |
| XYZ | 57.12 | 40.93 | 76.84 | - |
| YUV | 176.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 226 | 0 | 0.42 | 0.04 | 0.07 | 306 | 0.72 | 0.73 |
| Hex | EC | 88 | E2 | 0 | 2A | 4 | 7 | 132 | 48 | 49 |
| Octal | 354 | 210 | 342 | 0 | 52 | 4 | 7 | 462 | 110 | 111 |
| Binary | 11101100 | 10001000 | 11100010 | 0 | 101010 | 100 | 111 | 100110010 | 1001000 | 1001001 |
Color Harmonies of #EC88E2
Complementary color
Monochromatic Colors of #EC88E2
Black with #EC88E2
Text Example
Text Example
White with #EC88E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88E2; }
p { color: rgb(236,136,226); }
H1.HeaderClassName
{
color: #EC88E2;
}
.AnyTagClassName
{
color: #EC88E2;
}
</style>
background-color css
<style>
a { background-color: #EC88E2; }
a { background-color: rgb(236,136,226); }
div.DivClassName
{
background-color: #EC88E2;
}
.BgClassName
{
background-color: #EC88E2;
}
</style>
border-color css
<style>
span { border-color: #EC88E2; }
span { border-color: rgb(236,136,226); }
td.TdClassName
{
border-color: #EC88E2;
}
.TagClassName
{
border-color: #EC88E2;
}
</style>