Shades of Plum #E5A8EF
Tints of Plum #E5A8EF
RGB
CMYK
RGB Variations
Color information
#E5A8EF (or 0xE5A8EF) is known color: Plum. HEX triplet: E5, A8 and EF. RGB value is (229,168,239). Sum of RGB (Red+Green+Blue) = 229+168+239=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8EF is #1A5710. Grayscale: #C2C2C2. Windows color (decimal): -1726225 or 15706341. OLE color: 15706341.
HSL color Cylindrical-coordinate representation of color #E5A8EF: hue angle of 291.55º 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 #E5A8EF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 168 | 239 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.06 |
| HSL | 291.55º | 0.69% | 0.8% | - |
| HSV(B) | 291.55º | 0.3% | 0.94% | - |
| XYZ | 61.9 | 50.9 | 88.22 | - |
| YUV | 194.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 239 | 0.04 | 0.30 | 0 | 0.06 | 291.55 | 0.69 | 0.8 |
| Hex | E5 | A8 | EF | 4 | 1E | 0 | 6 | 124 | 45 | 50 |
| Octal | 345 | 250 | 357 | 4 | 36 | 0 | 6 | 444 | 105 | 120 |
| Binary | 11100101 | 10101000 | 11101111 | 100 | 11110 | 0 | 110 | 100100100 | 1000101 | 1010000 |
Color Harmonies of #E5A8EF
Complementary color
Monochromatic Colors of #E5A8EF
Black with #E5A8EF
Text Example
Text Example
White with #E5A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A8EF; }
p { color: rgb(229,168,239); }
H1.HeaderClassName
{
color: #E5A8EF;
}
.AnyTagClassName
{
color: #E5A8EF;
}
</style>
background-color css
<style>
a { background-color: #E5A8EF; }
a { background-color: rgb(229,168,239); }
div.DivClassName
{
background-color: #E5A8EF;
}
.BgClassName
{
background-color: #E5A8EF;
}
</style>
border-color css
<style>
span { border-color: #E5A8EF; }
span { border-color: rgb(229,168,239); }
td.TdClassName
{
border-color: #E5A8EF;
}
.TagClassName
{
border-color: #E5A8EF;
}
</style>