Shades of Pale Magenta #EA81D8
Tints of Pale Magenta #EA81D8
RGB
CMYK
RGB Variations
Color information
#EA81D8 (or 0xEA81D8) is known color: Pale Magenta. HEX triplet: EA, 81 and D8. RGB value is (234,129,216). Sum of RGB (Red+Green+Blue) = 234+129+216=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D8 is #157E27. Grayscale: #AAAAAA. Windows color (decimal): -1408552 or 14189034. OLE color: 14189034.
HSL color Cylindrical-coordinate representation of color #EA81D8: hue angle of 310.29º 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 #EA81D8 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 216 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.08 |
| HSL | 310.29º | 0.71% | 0.71% | - |
| HSV(B) | 310.29º | 0.45% | 0.92% | - |
| XYZ | 54.18 | 38.15 | 69.47 | - |
| YUV | 170.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 216 | 0 | 0.45 | 0.08 | 0.08 | 310.29 | 0.71 | 0.71 |
| Hex | EA | 81 | D8 | 0 | 2D | 8 | 8 | 136 | 47 | 47 |
| Octal | 352 | 201 | 330 | 0 | 55 | 10 | 10 | 466 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11011000 | 0 | 101101 | 1000 | 1000 | 100110110 | 1000111 | 1000111 |
Color Harmonies of #EA81D8
Complementary color
Monochromatic Colors of #EA81D8
Black with #EA81D8
Text Example
Text Example
White with #EA81D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81D8; }
p { color: rgb(234,129,216); }
H1.HeaderClassName
{
color: #EA81D8;
}
.AnyTagClassName
{
color: #EA81D8;
}
</style>
background-color css
<style>
a { background-color: #EA81D8; }
a { background-color: rgb(234,129,216); }
div.DivClassName
{
background-color: #EA81D8;
}
.BgClassName
{
background-color: #EA81D8;
}
</style>
border-color css
<style>
span { border-color: #EA81D8; }
span { border-color: rgb(234,129,216); }
td.TdClassName
{
border-color: #EA81D8;
}
.TagClassName
{
border-color: #EA81D8;
}
</style>