Shades of Plum #E8A2DE
Tints of Plum #E8A2DE
RGB
CMYK
RGB Variations
Color information
#E8A2DE (or 0xE8A2DE) is known color: Plum. HEX triplet: E8, A2 and DE. RGB value is (232,162,222). Sum of RGB (Red+Green+Blue) = 232+162+222=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A2DE is #175D21. Grayscale: #BDBDBD. Windows color (decimal): -1531170 or 14590696. OLE color: 14590696.
HSL color Cylindrical-coordinate representation of color #E8A2DE: hue angle of 308.57º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8A2DE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 222 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.09 |
| HSL | 308.57º | 0.6% | 0.77% | - |
| HSV(B) | 308.57º | 0.3% | 0.91% | - |
| XYZ | 59.38 | 48.27 | 75.29 | - |
| YUV | 189.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 222 | 0 | 0.30 | 0.04 | 0.09 | 308.57 | 0.6 | 0.77 |
| Hex | E8 | A2 | DE | 0 | 1E | 4 | 9 | 135 | 3C | 4D |
| Octal | 350 | 242 | 336 | 0 | 36 | 4 | 11 | 465 | 74 | 115 |
| Binary | 11101000 | 10100010 | 11011110 | 0 | 11110 | 100 | 1001 | 100110101 | 111100 | 1001101 |
Color Harmonies of #E8A2DE
Complementary color
Monochromatic Colors of #E8A2DE
Black with #E8A2DE
Text Example
Text Example
White with #E8A2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A2DE; }
p { color: rgb(232,162,222); }
H1.HeaderClassName
{
color: #E8A2DE;
}
.AnyTagClassName
{
color: #E8A2DE;
}
</style>
background-color css
<style>
a { background-color: #E8A2DE; }
a { background-color: rgb(232,162,222); }
div.DivClassName
{
background-color: #E8A2DE;
}
.BgClassName
{
background-color: #E8A2DE;
}
</style>
border-color css
<style>
span { border-color: #E8A2DE; }
span { border-color: rgb(232,162,222); }
td.TdClassName
{
border-color: #E8A2DE;
}
.TagClassName
{
border-color: #E8A2DE;
}
</style>