Shades of Pale Magenta #EC80E0
Tints of Pale Magenta #EC80E0
RGB
CMYK
RGB Variations
Color information
#EC80E0 (or 0xEC80E0) is known color: Pale Magenta. HEX triplet: EC, 80 and E0. RGB value is (236,128,224). Sum of RGB (Red+Green+Blue) = 236+128+224=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80E0 is #137F1F. Grayscale: #AAAAAA. Windows color (decimal): -1277728 or 14713068. OLE color: 14713068.
HSL color Cylindrical-coordinate representation of color #EC80E0: hue angle of 306.67º 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 #EC80E0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 224 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.07 |
| HSL | 306.67º | 0.74% | 0.71% | - |
| HSV(B) | 306.67º | 0.46% | 0.93% | - |
| XYZ | 55.77 | 38.65 | 75.04 | - |
| YUV | 171.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 224 | 0 | 0.46 | 0.05 | 0.07 | 306.67 | 0.74 | 0.71 |
| Hex | EC | 80 | E0 | 0 | 2E | 5 | 7 | 133 | 4A | 47 |
| Octal | 354 | 200 | 340 | 0 | 56 | 5 | 7 | 463 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11100000 | 0 | 101110 | 101 | 111 | 100110011 | 1001010 | 1000111 |
Color Harmonies of #EC80E0
Complementary color
Monochromatic Colors of #EC80E0
Black with #EC80E0
Text Example
Text Example
White with #EC80E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80E0; }
p { color: rgb(236,128,224); }
H1.HeaderClassName
{
color: #EC80E0;
}
.AnyTagClassName
{
color: #EC80E0;
}
</style>
background-color css
<style>
a { background-color: #EC80E0; }
a { background-color: rgb(236,128,224); }
div.DivClassName
{
background-color: #EC80E0;
}
.BgClassName
{
background-color: #EC80E0;
}
</style>
border-color css
<style>
span { border-color: #EC80E0; }
span { border-color: rgb(236,128,224); }
td.TdClassName
{
border-color: #EC80E0;
}
.TagClassName
{
border-color: #EC80E0;
}
</style>