Shades of Pale Magenta #EA8ED4
Tints of Pale Magenta #EA8ED4
RGB
CMYK
RGB Variations
Color information
#EA8ED4 (or 0xEA8ED4) is known color: Pale Magenta. HEX triplet: EA, 8E and D4. RGB value is (234,142,212). Sum of RGB (Red+Green+Blue) = 234+142+212=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ED4 is #15712B. Grayscale: #B1B1B1. Windows color (decimal): -1405228 or 13930218. OLE color: 13930218.
HSL color Cylindrical-coordinate representation of color #EA8ED4: hue angle of 314.35º 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 #EA8ED4 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 212 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.08 |
| HSL | 314.35º | 0.69% | 0.74% | - |
| HSV(B) | 314.35º | 0.39% | 0.92% | - |
| XYZ | 55.49 | 41.59 | 67.39 | - |
| YUV | 177.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 212 | 0 | 0.39 | 0.09 | 0.08 | 314.35 | 0.69 | 0.74 |
| Hex | EA | 8E | D4 | 0 | 27 | 9 | 8 | 13A | 45 | 4A |
| Octal | 352 | 216 | 324 | 0 | 47 | 11 | 10 | 472 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11010100 | 0 | 100111 | 1001 | 1000 | 100111010 | 1000101 | 1001010 |
Color Harmonies of #EA8ED4
Complementary color
Monochromatic Colors of #EA8ED4
Black with #EA8ED4
Text Example
Text Example
White with #EA8ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8ED4; }
p { color: rgb(234,142,212); }
H1.HeaderClassName
{
color: #EA8ED4;
}
.AnyTagClassName
{
color: #EA8ED4;
}
</style>
background-color css
<style>
a { background-color: #EA8ED4; }
a { background-color: rgb(234,142,212); }
div.DivClassName
{
background-color: #EA8ED4;
}
.BgClassName
{
background-color: #EA8ED4;
}
</style>
border-color css
<style>
span { border-color: #EA8ED4; }
span { border-color: rgb(234,142,212); }
td.TdClassName
{
border-color: #EA8ED4;
}
.TagClassName
{
border-color: #EA8ED4;
}
</style>