Shades of Pale Magenta #EA81D6
Tints of Pale Magenta #EA81D6
RGB
CMYK
RGB Variations
Color information
#EA81D6 (or 0xEA81D6) is known color: Pale Magenta. HEX triplet: EA, 81 and D6. RGB value is (234,129,214). Sum of RGB (Red+Green+Blue) = 234+129+214=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D6 is #157E29. Grayscale: #A9A9A9. Windows color (decimal): -1408554 or 14057962. OLE color: 14057962.
HSL color Cylindrical-coordinate representation of color #EA81D6: hue angle of 311.43º 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 #EA81D6 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 214 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.08 |
| HSL | 311.43º | 0.71% | 0.71% | - |
| HSV(B) | 311.43º | 0.45% | 0.92% | - |
| XYZ | 53.92 | 38.05 | 68.12 | - |
| YUV | 170.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 214 | 0 | 0.45 | 0.09 | 0.08 | 311.43 | 0.71 | 0.71 |
| Hex | EA | 81 | D6 | 0 | 2D | 9 | 8 | 137 | 47 | 47 |
| Octal | 352 | 201 | 326 | 0 | 55 | 11 | 10 | 467 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11010110 | 0 | 101101 | 1001 | 1000 | 100110111 | 1000111 | 1000111 |
Color Harmonies of #EA81D6
Complementary color
Monochromatic Colors of #EA81D6
Black with #EA81D6
Text Example
Text Example
White with #EA81D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81D6; }
p { color: rgb(234,129,214); }
H1.HeaderClassName
{
color: #EA81D6;
}
.AnyTagClassName
{
color: #EA81D6;
}
</style>
background-color css
<style>
a { background-color: #EA81D6; }
a { background-color: rgb(234,129,214); }
div.DivClassName
{
background-color: #EA81D6;
}
.BgClassName
{
background-color: #EA81D6;
}
</style>
border-color css
<style>
span { border-color: #EA81D6; }
span { border-color: rgb(234,129,214); }
td.TdClassName
{
border-color: #EA81D6;
}
.TagClassName
{
border-color: #EA81D6;
}
</style>