Shades of Pale Magenta #EA8EDD
Tints of Pale Magenta #EA8EDD
RGB
CMYK
RGB Variations
Color information
#EA8EDD (or 0xEA8EDD) is known color: Pale Magenta. HEX triplet: EA, 8E and DD. RGB value is (234,142,221). Sum of RGB (Red+Green+Blue) = 234+142+221=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EDD is #157122. Grayscale: #B2B2B2. Windows color (decimal): -1405219 or 14520042. OLE color: 14520042.
HSL color Cylindrical-coordinate representation of color #EA8EDD: hue angle of 308.48º 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 #EA8EDD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 221 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.08 |
| HSL | 308.48º | 0.69% | 0.74% | - |
| HSV(B) | 308.48º | 0.39% | 0.92% | - |
| XYZ | 56.66 | 42.06 | 73.54 | - |
| YUV | 178.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 221 | 0 | 0.39 | 0.06 | 0.08 | 308.48 | 0.69 | 0.74 |
| Hex | EA | 8E | DD | 0 | 27 | 6 | 8 | 134 | 45 | 4A |
| Octal | 352 | 216 | 335 | 0 | 47 | 6 | 10 | 464 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11011101 | 0 | 100111 | 110 | 1000 | 100110100 | 1000101 | 1001010 |
Color Harmonies of #EA8EDD
Complementary color
Monochromatic Colors of #EA8EDD
Black with #EA8EDD
Text Example
Text Example
White with #EA8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8EDD; }
p { color: rgb(234,142,221); }
H1.HeaderClassName
{
color: #EA8EDD;
}
.AnyTagClassName
{
color: #EA8EDD;
}
</style>
background-color css
<style>
a { background-color: #EA8EDD; }
a { background-color: rgb(234,142,221); }
div.DivClassName
{
background-color: #EA8EDD;
}
.BgClassName
{
background-color: #EA8EDD;
}
</style>
border-color css
<style>
span { border-color: #EA8EDD; }
span { border-color: rgb(234,142,221); }
td.TdClassName
{
border-color: #EA8EDD;
}
.TagClassName
{
border-color: #EA8EDD;
}
</style>