Shades of Plum #E8A5DE
Tints of Plum #E8A5DE
RGB
CMYK
RGB Variations
Color information
#E8A5DE (or 0xE8A5DE) is known color: Plum. HEX triplet: E8, A5 and DE. RGB value is (232,165,222). Sum of RGB (Red+Green+Blue) = 232+165+222=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5DE is #175A21. Grayscale: #BFBFBF. Windows color (decimal): -1530402 or 14591464. OLE color: 14591464.
HSL color Cylindrical-coordinate representation of color #E8A5DE: hue angle of 308.96º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8A5DE is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 165 | 222 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.09 |
| HSL | 308.96º | 0.59% | 0.78% | - |
| HSV(B) | 308.96º | 0.29% | 0.91% | - |
| XYZ | 59.92 | 49.34 | 75.47 | - |
| YUV | 191.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 165 | 222 | 0 | 0.29 | 0.04 | 0.09 | 308.96 | 0.59 | 0.78 |
| Hex | E8 | A5 | DE | 0 | 1D | 4 | 9 | 135 | 3B | 4E |
| Octal | 350 | 245 | 336 | 0 | 35 | 4 | 11 | 465 | 73 | 116 |
| Binary | 11101000 | 10100101 | 11011110 | 0 | 11101 | 100 | 1001 | 100110101 | 111011 | 1001110 |
Color Harmonies of #E8A5DE
Complementary color
Monochromatic Colors of #E8A5DE
Black with #E8A5DE
Text Example
Text Example
White with #E8A5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A5DE; }
p { color: rgb(232,165,222); }
H1.HeaderClassName
{
color: #E8A5DE;
}
.AnyTagClassName
{
color: #E8A5DE;
}
</style>
background-color css
<style>
a { background-color: #E8A5DE; }
a { background-color: rgb(232,165,222); }
div.DivClassName
{
background-color: #E8A5DE;
}
.BgClassName
{
background-color: #E8A5DE;
}
</style>
border-color css
<style>
span { border-color: #E8A5DE; }
span { border-color: rgb(232,165,222); }
td.TdClassName
{
border-color: #E8A5DE;
}
.TagClassName
{
border-color: #E8A5DE;
}
</style>