Shades of Plum #E8A3EA
Tints of Plum #E8A3EA
RGB
CMYK
RGB Variations
Color information
#E8A3EA (or 0xE8A3EA) is known color: Plum. HEX triplet: E8, A3 and EA. RGB value is (232,163,234). Sum of RGB (Red+Green+Blue) = 232+163+234=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 163 (64.06% from 255 or 25.91% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8A3EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A3EA is #175C15. Grayscale: #BFBFBF. Windows color (decimal): -1530902 or 15377384. OLE color: 15377384.
HSL color Cylindrical-coordinate representation of color #E8A3EA: hue angle of 298.31º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8A3EA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 163 | 234 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.08 |
| HSL | 298.31º | 0.63% | 0.78% | - |
| HSV(B) | 298.31º | 0.3% | 0.92% | - |
| XYZ | 61.23 | 49.29 | 84.13 | - |
| YUV | 191.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 234 | 0.01 | 0.30 | 0 | 0.08 | 298.31 | 0.63 | 0.78 |
| Hex | E8 | A3 | EA | 1 | 1E | 0 | 8 | 12A | 3F | 4E |
| Octal | 350 | 243 | 352 | 1 | 36 | 0 | 10 | 452 | 77 | 116 |
| Binary | 11101000 | 10100011 | 11101010 | 1 | 11110 | 0 | 1000 | 100101010 | 111111 | 1001110 |
Color Harmonies of #E8A3EA
Complementary color
Monochromatic Colors of #E8A3EA
Black with #E8A3EA
Text Example
Text Example
White with #E8A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A3EA; }
p { color: rgb(232,163,234); }
H1.HeaderClassName
{
color: #E8A3EA;
}
.AnyTagClassName
{
color: #E8A3EA;
}
</style>
background-color css
<style>
a { background-color: #E8A3EA; }
a { background-color: rgb(232,163,234); }
div.DivClassName
{
background-color: #E8A3EA;
}
.BgClassName
{
background-color: #E8A3EA;
}
</style>
border-color css
<style>
span { border-color: #E8A3EA; }
span { border-color: rgb(232,163,234); }
td.TdClassName
{
border-color: #E8A3EA;
}
.TagClassName
{
border-color: #E8A3EA;
}
</style>