Shades of Plum #EAA8EF
Tints of Plum #EAA8EF
RGB
CMYK
RGB Variations
Color information
#EAA8EF (or 0xEAA8EF) is known color: Plum. HEX triplet: EA, A8 and EF. RGB value is (234,168,239). Sum of RGB (Red+Green+Blue) = 234+168+239=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8EF is #155710. Grayscale: #C3C3C3. Windows color (decimal): -1398545 or 15706346. OLE color: 15706346.
HSL color Cylindrical-coordinate representation of color #EAA8EF: hue angle of 295.77º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA8EF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 168 | 239 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.06 |
| HSL | 295.77º | 0.69% | 0.8% | - |
| HSV(B) | 295.77º | 0.3% | 0.94% | - |
| XYZ | 63.51 | 51.73 | 88.3 | - |
| YUV | 195.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 239 | 0.02 | 0.30 | 0 | 0.06 | 295.77 | 0.69 | 0.8 |
| Hex | EA | A8 | EF | 2 | 1E | 0 | 6 | 128 | 45 | 50 |
| Octal | 352 | 250 | 357 | 2 | 36 | 0 | 6 | 450 | 105 | 120 |
| Binary | 11101010 | 10101000 | 11101111 | 10 | 11110 | 0 | 110 | 100101000 | 1000101 | 1010000 |
Color Harmonies of #EAA8EF
Complementary color
Monochromatic Colors of #EAA8EF
Black with #EAA8EF
Text Example
Text Example
White with #EAA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8EF; }
p { color: rgb(234,168,239); }
H1.HeaderClassName
{
color: #EAA8EF;
}
.AnyTagClassName
{
color: #EAA8EF;
}
</style>
background-color css
<style>
a { background-color: #EAA8EF; }
a { background-color: rgb(234,168,239); }
div.DivClassName
{
background-color: #EAA8EF;
}
.BgClassName
{
background-color: #EAA8EF;
}
</style>
border-color css
<style>
span { border-color: #EAA8EF; }
span { border-color: rgb(234,168,239); }
td.TdClassName
{
border-color: #EAA8EF;
}
.TagClassName
{
border-color: #EAA8EF;
}
</style>