Shades of Pale Magenta #EA8EDA
Tints of Pale Magenta #EA8EDA
RGB
CMYK
RGB Variations
Color information
#EA8EDA (or 0xEA8EDA) is known color: Pale Magenta. HEX triplet: EA, 8E and DA. RGB value is (234,142,218). Sum of RGB (Red+Green+Blue) = 234+142+218=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EDA is #157125. Grayscale: #B1B1B1. Windows color (decimal): -1405222 or 14323434. OLE color: 14323434.
HSL color Cylindrical-coordinate representation of color #EA8EDA: hue angle of 310.43º 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 #EA8EDA is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 218 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.08 |
| HSL | 310.43º | 0.69% | 0.74% | - |
| HSV(B) | 310.43º | 0.39% | 0.92% | - |
| XYZ | 56.26 | 41.9 | 71.45 | - |
| YUV | 178.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 218 | 0 | 0.39 | 0.07 | 0.08 | 310.43 | 0.69 | 0.74 |
| Hex | EA | 8E | DA | 0 | 27 | 7 | 8 | 136 | 45 | 4A |
| Octal | 352 | 216 | 332 | 0 | 47 | 7 | 10 | 466 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11011010 | 0 | 100111 | 111 | 1000 | 100110110 | 1000101 | 1001010 |
Color Harmonies of #EA8EDA
Complementary color
Monochromatic Colors of #EA8EDA
Black with #EA8EDA
Text Example
Text Example
White with #EA8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8EDA; }
p { color: rgb(234,142,218); }
H1.HeaderClassName
{
color: #EA8EDA;
}
.AnyTagClassName
{
color: #EA8EDA;
}
</style>
background-color css
<style>
a { background-color: #EA8EDA; }
a { background-color: rgb(234,142,218); }
div.DivClassName
{
background-color: #EA8EDA;
}
.BgClassName
{
background-color: #EA8EDA;
}
</style>
border-color css
<style>
span { border-color: #EA8EDA; }
span { border-color: rgb(234,142,218); }
td.TdClassName
{
border-color: #EA8EDA;
}
.TagClassName
{
border-color: #EA8EDA;
}
</style>