Shades of Pale Magenta #EA80D9
Tints of Pale Magenta #EA80D9
RGB
CMYK
RGB Variations
Color information
#EA80D9 (or 0xEA80D9) is known color: Pale Magenta. HEX triplet: EA, 80 and D9. RGB value is (234,128,217). Sum of RGB (Red+Green+Blue) = 234+128+217=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80D9 is #157F26. Grayscale: #A9A9A9. Windows color (decimal): -1408807 or 14254314. OLE color: 14254314.
HSL color Cylindrical-coordinate representation of color #EA80D9: hue angle of 309.62º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80D9 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 217 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.08 |
| HSL | 309.62º | 0.72% | 0.71% | - |
| HSV(B) | 309.62º | 0.45% | 0.92% | - |
| XYZ | 54.18 | 37.94 | 70.11 | - |
| YUV | 169.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 217 | 0 | 0.45 | 0.07 | 0.08 | 309.62 | 0.72 | 0.71 |
| Hex | EA | 80 | D9 | 0 | 2D | 7 | 8 | 136 | 48 | 47 |
| Octal | 352 | 200 | 331 | 0 | 55 | 7 | 10 | 466 | 110 | 107 |
| Binary | 11101010 | 10000000 | 11011001 | 0 | 101101 | 111 | 1000 | 100110110 | 1001000 | 1000111 |
Color Harmonies of #EA80D9
Complementary color
Monochromatic Colors of #EA80D9
Black with #EA80D9
Text Example
Text Example
White with #EA80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80D9; }
p { color: rgb(234,128,217); }
H1.HeaderClassName
{
color: #EA80D9;
}
.AnyTagClassName
{
color: #EA80D9;
}
</style>
background-color css
<style>
a { background-color: #EA80D9; }
a { background-color: rgb(234,128,217); }
div.DivClassName
{
background-color: #EA80D9;
}
.BgClassName
{
background-color: #EA80D9;
}
</style>
border-color css
<style>
span { border-color: #EA80D9; }
span { border-color: rgb(234,128,217); }
td.TdClassName
{
border-color: #EA80D9;
}
.TagClassName
{
border-color: #EA80D9;
}
</style>