Shades of Pale Magenta #EC80D2
Tints of Pale Magenta #EC80D2
RGB
CMYK
RGB Variations
Color information
#EC80D2 (or 0xEC80D2) is known color: Pale Magenta. HEX triplet: EC, 80 and D2. RGB value is (236,128,210). Sum of RGB (Red+Green+Blue) = 236+128+210=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80D2 is #137F2D. Grayscale: #A9A9A9. Windows color (decimal): -1277742 or 13795564. OLE color: 13795564.
HSL color Cylindrical-coordinate representation of color #EC80D2: hue angle of 314.44º 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 #EC80D2 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 210 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.07 |
| HSL | 314.44º | 0.74% | 0.71% | - |
| HSV(B) | 314.44º | 0.46% | 0.93% | - |
| XYZ | 53.94 | 37.92 | 65.45 | - |
| YUV | 169.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 210 | 0 | 0.46 | 0.11 | 0.07 | 314.44 | 0.74 | 0.71 |
| Hex | EC | 80 | D2 | 0 | 2E | B | 7 | 13A | 4A | 47 |
| Octal | 354 | 200 | 322 | 0 | 56 | 13 | 7 | 472 | 112 | 107 |
| Binary | 11101100 | 10000000 | 11010010 | 0 | 101110 | 1011 | 111 | 100111010 | 1001010 | 1000111 |
Color Harmonies of #EC80D2
Complementary color
Monochromatic Colors of #EC80D2
Black with #EC80D2
Text Example
Text Example
White with #EC80D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80D2; }
p { color: rgb(236,128,210); }
H1.HeaderClassName
{
color: #EC80D2;
}
.AnyTagClassName
{
color: #EC80D2;
}
</style>
background-color css
<style>
a { background-color: #EC80D2; }
a { background-color: rgb(236,128,210); }
div.DivClassName
{
background-color: #EC80D2;
}
.BgClassName
{
background-color: #EC80D2;
}
</style>
border-color css
<style>
span { border-color: #EC80D2; }
span { border-color: rgb(236,128,210); }
td.TdClassName
{
border-color: #EC80D2;
}
.TagClassName
{
border-color: #EC80D2;
}
</style>