Shades of Pale Magenta #EA8ED2
Tints of Pale Magenta #EA8ED2
RGB
CMYK
RGB Variations
Color information
#EA8ED2 (or 0xEA8ED2) is known color: Pale Magenta. HEX triplet: EA, 8E and D2. RGB value is (234,142,210). Sum of RGB (Red+Green+Blue) = 234+142+210=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ED2 is #15712D. Grayscale: #B1B1B1. Windows color (decimal): -1405230 or 13799146. OLE color: 13799146.
HSL color Cylindrical-coordinate representation of color #EA8ED2: hue angle of 315.65º 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 #EA8ED2 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 210 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.08 |
| HSL | 315.65º | 0.69% | 0.74% | - |
| HSV(B) | 315.65º | 0.39% | 0.92% | - |
| XYZ | 55.24 | 41.49 | 66.07 | - |
| YUV | 177.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 210 | 0 | 0.39 | 0.10 | 0.08 | 315.65 | 0.69 | 0.74 |
| Hex | EA | 8E | D2 | 0 | 27 | A | 8 | 13C | 45 | 4A |
| Octal | 352 | 216 | 322 | 0 | 47 | 12 | 10 | 474 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11010010 | 0 | 100111 | 1010 | 1000 | 100111100 | 1000101 | 1001010 |
Color Harmonies of #EA8ED2
Complementary color
Monochromatic Colors of #EA8ED2
Black with #EA8ED2
Text Example
Text Example
White with #EA8ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8ED2; }
p { color: rgb(234,142,210); }
H1.HeaderClassName
{
color: #EA8ED2;
}
.AnyTagClassName
{
color: #EA8ED2;
}
</style>
background-color css
<style>
a { background-color: #EA8ED2; }
a { background-color: rgb(234,142,210); }
div.DivClassName
{
background-color: #EA8ED2;
}
.BgClassName
{
background-color: #EA8ED2;
}
</style>
border-color css
<style>
span { border-color: #EA8ED2; }
span { border-color: rgb(234,142,210); }
td.TdClassName
{
border-color: #EA8ED2;
}
.TagClassName
{
border-color: #EA8ED2;
}
</style>