Shades of Pale Magenta #EC80E1
Tints of Pale Magenta #EC80E1
RGB
CMYK
RGB Variations
Color information
#EC80E1 (or 0xEC80E1) is known color: Pale Magenta. HEX triplet: EC, 80 and E1. RGB value is (236,128,225). Sum of RGB (Red+Green+Blue) = 236+128+225=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80E1 is #137F1E. Grayscale: #ABABAB. Windows color (decimal): -1277727 or 14778604. OLE color: 14778604.
HSL color Cylindrical-coordinate representation of color #EC80E1: hue angle of 306.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80E1 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 225 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.07 |
| HSL | 306.11º | 0.74% | 0.71% | - |
| HSV(B) | 306.11º | 0.46% | 0.93% | - |
| XYZ | 55.9 | 38.71 | 75.76 | - |
| YUV | 171.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 225 | 0 | 0.46 | 0.05 | 0.07 | 306.11 | 0.74 | 0.71 |
| Hex | EC | 80 | E1 | 0 | 2E | 5 | 7 | 132 | 4A | 47 |
| Octal | 354 | 200 | 341 | 0 | 56 | 5 | 7 | 462 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11100001 | 0 | 101110 | 101 | 111 | 100110010 | 1001010 | 1000111 |
Color Harmonies of #EC80E1
Complementary color
Monochromatic Colors of #EC80E1
Black with #EC80E1
Text Example
Text Example
White with #EC80E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80E1; }
p { color: rgb(236,128,225); }
H1.HeaderClassName
{
color: #EC80E1;
}
.AnyTagClassName
{
color: #EC80E1;
}
</style>
background-color css
<style>
a { background-color: #EC80E1; }
a { background-color: rgb(236,128,225); }
div.DivClassName
{
background-color: #EC80E1;
}
.BgClassName
{
background-color: #EC80E1;
}
</style>
border-color css
<style>
span { border-color: #EC80E1; }
span { border-color: rgb(236,128,225); }
td.TdClassName
{
border-color: #EC80E1;
}
.TagClassName
{
border-color: #EC80E1;
}
</style>