Shades of Pale Magenta #EA81D5
Tints of Pale Magenta #EA81D5
RGB
CMYK
RGB Variations
Color information
#EA81D5 (or 0xEA81D5) is known color: Pale Magenta. HEX triplet: EA, 81 and D5. RGB value is (234,129,213). Sum of RGB (Red+Green+Blue) = 234+129+213=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D5 is #157E2A. Grayscale: #A9A9A9. Windows color (decimal): -1408555 or 13992426. OLE color: 13992426.
HSL color Cylindrical-coordinate representation of color #EA81D5: hue angle of 312º 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 #EA81D5 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 213 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.08 |
| HSL | 312º | 0.71% | 0.71% | - |
| HSV(B) | 312º | 0.45% | 0.92% | - |
| XYZ | 53.79 | 38 | 67.45 | - |
| YUV | 169.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 213 | 0 | 0.45 | 0.09 | 0.08 | 312 | 0.71 | 0.71 |
| Hex | EA | 81 | D5 | 0 | 2D | 9 | 8 | 138 | 47 | 47 |
| Octal | 352 | 201 | 325 | 0 | 55 | 11 | 10 | 470 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11010101 | 0 | 101101 | 1001 | 1000 | 100111000 | 1000111 | 1000111 |
Color Harmonies of #EA81D5
Complementary color
Monochromatic Colors of #EA81D5
Black with #EA81D5
Text Example
Text Example
White with #EA81D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81D5; }
p { color: rgb(234,129,213); }
H1.HeaderClassName
{
color: #EA81D5;
}
.AnyTagClassName
{
color: #EA81D5;
}
</style>
background-color css
<style>
a { background-color: #EA81D5; }
a { background-color: rgb(234,129,213); }
div.DivClassName
{
background-color: #EA81D5;
}
.BgClassName
{
background-color: #EA81D5;
}
</style>
border-color css
<style>
span { border-color: #EA81D5; }
span { border-color: rgb(234,129,213); }
td.TdClassName
{
border-color: #EA81D5;
}
.TagClassName
{
border-color: #EA81D5;
}
</style>