Shades of Plum #E8A8DF
Tints of Plum #E8A8DF
RGB
CMYK
RGB Variations
Color information
#E8A8DF (or 0xE8A8DF) is known color: Plum. HEX triplet: E8, A8 and DF. RGB value is (232,168,223). Sum of RGB (Red+Green+Blue) = 232+168+223=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8DF is #175720. Grayscale: #C1C1C1. Windows color (decimal): -1529633 or 14657768. OLE color: 14657768.
HSL color Cylindrical-coordinate representation of color #E8A8DF: hue angle of 308.44º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A8DF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 223 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.09 |
| HSL | 308.44º | 0.58% | 0.78% | - |
| HSV(B) | 308.44º | 0.28% | 0.91% | - |
| XYZ | 60.6 | 50.49 | 76.36 | - |
| YUV | 193.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 223 | 0 | 0.28 | 0.04 | 0.09 | 308.44 | 0.58 | 0.78 |
| Hex | E8 | A8 | DF | 0 | 1C | 4 | 9 | 134 | 3A | 4E |
| Octal | 350 | 250 | 337 | 0 | 34 | 4 | 11 | 464 | 72 | 116 |
| Binary | 11101000 | 10101000 | 11011111 | 0 | 11100 | 100 | 1001 | 100110100 | 111010 | 1001110 |
Color Harmonies of #E8A8DF
Complementary color
Monochromatic Colors of #E8A8DF
Black with #E8A8DF
Text Example
Text Example
White with #E8A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A8DF; }
p { color: rgb(232,168,223); }
H1.HeaderClassName
{
color: #E8A8DF;
}
.AnyTagClassName
{
color: #E8A8DF;
}
</style>
background-color css
<style>
a { background-color: #E8A8DF; }
a { background-color: rgb(232,168,223); }
div.DivClassName
{
background-color: #E8A8DF;
}
.BgClassName
{
background-color: #E8A8DF;
}
</style>
border-color css
<style>
span { border-color: #E8A8DF; }
span { border-color: rgb(232,168,223); }
td.TdClassName
{
border-color: #E8A8DF;
}
.TagClassName
{
border-color: #E8A8DF;
}
</style>