Shades of Pale Magenta #EA81D9
Tints of Pale Magenta #EA81D9
RGB
CMYK
RGB Variations
Color information
#EA81D9 (or 0xEA81D9) is known color: Pale Magenta. HEX triplet: EA, 81 and D9. RGB value is (234,129,217). Sum of RGB (Red+Green+Blue) = 234+129+217=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D9 is #157E26. Grayscale: #AAAAAA. Windows color (decimal): -1408551 or 14254570. OLE color: 14254570.
HSL color Cylindrical-coordinate representation of color #EA81D9: hue angle of 309.71º degrees, saturation: 0.71, 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 #EA81D9 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 217 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.08 |
| HSL | 309.71º | 0.71% | 0.71% | - |
| HSV(B) | 309.71º | 0.45% | 0.92% | - |
| XYZ | 54.31 | 38.2 | 70.16 | - |
| YUV | 170.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 217 | 0 | 0.45 | 0.07 | 0.08 | 309.71 | 0.71 | 0.71 |
| Hex | EA | 81 | D9 | 0 | 2D | 7 | 8 | 136 | 47 | 47 |
| Octal | 352 | 201 | 331 | 0 | 55 | 7 | 10 | 466 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11011001 | 0 | 101101 | 111 | 1000 | 100110110 | 1000111 | 1000111 |
Color Harmonies of #EA81D9
Complementary color
Monochromatic Colors of #EA81D9
Black with #EA81D9
Text Example
Text Example
White with #EA81D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81D9; }
p { color: rgb(234,129,217); }
H1.HeaderClassName
{
color: #EA81D9;
}
.AnyTagClassName
{
color: #EA81D9;
}
</style>
background-color css
<style>
a { background-color: #EA81D9; }
a { background-color: rgb(234,129,217); }
div.DivClassName
{
background-color: #EA81D9;
}
.BgClassName
{
background-color: #EA81D9;
}
</style>
border-color css
<style>
span { border-color: #EA81D9; }
span { border-color: rgb(234,129,217); }
td.TdClassName
{
border-color: #EA81D9;
}
.TagClassName
{
border-color: #EA81D9;
}
</style>