Shades of Pale Magenta #EC82E1
Tints of Pale Magenta #EC82E1
RGB
CMYK
RGB Variations
Color information
#EC82E1 (or 0xEC82E1) is known color: Pale Magenta. HEX triplet: EC, 82 and E1. RGB value is (236,130,225). Sum of RGB (Red+Green+Blue) = 236+130+225=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82E1 is #137D1E. Grayscale: #ACACAC. Windows color (decimal): -1277215 or 14779116. OLE color: 14779116.
HSL color Cylindrical-coordinate representation of color #EC82E1: hue angle of 306.23º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82E1 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 225 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.07 |
| HSL | 306.23º | 0.74% | 0.72% | - |
| HSV(B) | 306.23º | 0.45% | 0.93% | - |
| XYZ | 56.17 | 39.23 | 75.85 | - |
| YUV | 172.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 225 | 0 | 0.45 | 0.05 | 0.07 | 306.23 | 0.74 | 0.72 |
| Hex | EC | 82 | E1 | 0 | 2D | 5 | 7 | 132 | 4A | 48 |
| Octal | 354 | 202 | 341 | 0 | 55 | 5 | 7 | 462 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11100001 | 0 | 101101 | 101 | 111 | 100110010 | 1001010 | 1001000 |
Color Harmonies of #EC82E1
Complementary color
Monochromatic Colors of #EC82E1
Black with #EC82E1
Text Example
Text Example
White with #EC82E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82E1; }
p { color: rgb(236,130,225); }
H1.HeaderClassName
{
color: #EC82E1;
}
.AnyTagClassName
{
color: #EC82E1;
}
</style>
background-color css
<style>
a { background-color: #EC82E1; }
a { background-color: rgb(236,130,225); }
div.DivClassName
{
background-color: #EC82E1;
}
.BgClassName
{
background-color: #EC82E1;
}
</style>
border-color css
<style>
span { border-color: #EC82E1; }
span { border-color: rgb(236,130,225); }
td.TdClassName
{
border-color: #EC82E1;
}
.TagClassName
{
border-color: #EC82E1;
}
</style>