Shades of Pale Magenta #EA8ED3
Tints of Pale Magenta #EA8ED3
RGB
CMYK
RGB Variations
Color information
#EA8ED3 (or 0xEA8ED3) is known color: Pale Magenta. HEX triplet: EA, 8E and D3. RGB value is (234,142,211). Sum of RGB (Red+Green+Blue) = 234+142+211=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ED3 is #15712C. Grayscale: #B1B1B1. Windows color (decimal): -1405229 or 13864682. OLE color: 13864682.
HSL color Cylindrical-coordinate representation of color #EA8ED3: hue angle of 315º 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 #EA8ED3 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 211 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.08 |
| HSL | 315º | 0.69% | 0.74% | - |
| HSV(B) | 315º | 0.39% | 0.92% | - |
| XYZ | 55.36 | 41.54 | 66.73 | - |
| YUV | 177.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 211 | 0 | 0.39 | 0.10 | 0.08 | 315 | 0.69 | 0.74 |
| Hex | EA | 8E | D3 | 0 | 27 | A | 8 | 13B | 45 | 4A |
| Octal | 352 | 216 | 323 | 0 | 47 | 12 | 10 | 473 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11010011 | 0 | 100111 | 1010 | 1000 | 100111011 | 1000101 | 1001010 |
Color Harmonies of #EA8ED3
Complementary color
Monochromatic Colors of #EA8ED3
Black with #EA8ED3
Text Example
Text Example
White with #EA8ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8ED3; }
p { color: rgb(234,142,211); }
H1.HeaderClassName
{
color: #EA8ED3;
}
.AnyTagClassName
{
color: #EA8ED3;
}
</style>
background-color css
<style>
a { background-color: #EA8ED3; }
a { background-color: rgb(234,142,211); }
div.DivClassName
{
background-color: #EA8ED3;
}
.BgClassName
{
background-color: #EA8ED3;
}
</style>
border-color css
<style>
span { border-color: #EA8ED3; }
span { border-color: rgb(234,142,211); }
td.TdClassName
{
border-color: #EA8ED3;
}
.TagClassName
{
border-color: #EA8ED3;
}
</style>