Shades of Pale Magenta #EA8ED5
Tints of Pale Magenta #EA8ED5
RGB
CMYK
RGB Variations
Color information
#EA8ED5 (or 0xEA8ED5) is known color: Pale Magenta. HEX triplet: EA, 8E and D5. RGB value is (234,142,213). Sum of RGB (Red+Green+Blue) = 234+142+213=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ED5 is #15712A. Grayscale: #B1B1B1. Windows color (decimal): -1405227 or 13995754. OLE color: 13995754.
HSL color Cylindrical-coordinate representation of color #EA8ED5: hue angle of 313.7º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8ED5 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 213 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.08 |
| HSL | 313.7º | 0.69% | 0.74% | - |
| HSV(B) | 313.7º | 0.39% | 0.92% | - |
| XYZ | 55.61 | 41.64 | 68.06 | - |
| YUV | 177.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 213 | 0 | 0.39 | 0.09 | 0.08 | 313.7 | 0.69 | 0.74 |
| Hex | EA | 8E | D5 | 0 | 27 | 9 | 8 | 13A | 45 | 4A |
| Octal | 352 | 216 | 325 | 0 | 47 | 11 | 10 | 472 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11010101 | 0 | 100111 | 1001 | 1000 | 100111010 | 1000101 | 1001010 |
Color Harmonies of #EA8ED5
Complementary color
Monochromatic Colors of #EA8ED5
Black with #EA8ED5
Text Example
Text Example
White with #EA8ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8ED5; }
p { color: rgb(234,142,213); }
H1.HeaderClassName
{
color: #EA8ED5;
}
.AnyTagClassName
{
color: #EA8ED5;
}
</style>
background-color css
<style>
a { background-color: #EA8ED5; }
a { background-color: rgb(234,142,213); }
div.DivClassName
{
background-color: #EA8ED5;
}
.BgClassName
{
background-color: #EA8ED5;
}
</style>
border-color css
<style>
span { border-color: #EA8ED5; }
span { border-color: rgb(234,142,213); }
td.TdClassName
{
border-color: #EA8ED5;
}
.TagClassName
{
border-color: #EA8ED5;
}
</style>