Shades of Plum #E8A3EE
Tints of Plum #E8A3EE
RGB
CMYK
RGB Variations
Color information
#E8A3EE (or 0xE8A3EE) is known color: Plum. HEX triplet: E8, A3 and EE. RGB value is (232,163,238). Sum of RGB (Red+Green+Blue) = 232+163+238=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8A3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A3EE is #175C11. Grayscale: #BFBFBF. Windows color (decimal): -1530898 or 15639528. OLE color: 15639528.
HSL color Cylindrical-coordinate representation of color #E8A3EE: hue angle of 295.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8A3EE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 163 | 238 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.07 |
| HSL | 295.2º | 0.69% | 0.79% | - |
| HSV(B) | 295.2º | 0.32% | 0.93% | - |
| XYZ | 61.81 | 49.52 | 87.19 | - |
| YUV | 192.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 238 | 0.03 | 0.32 | 0 | 0.07 | 295.2 | 0.69 | 0.79 |
| Hex | E8 | A3 | EE | 3 | 20 | 0 | 7 | 127 | 45 | 4F |
| Octal | 350 | 243 | 356 | 3 | 40 | 0 | 7 | 447 | 105 | 117 |
| Binary | 11101000 | 10100011 | 11101110 | 11 | 100000 | 0 | 111 | 100100111 | 1000101 | 1001111 |
Color Harmonies of #E8A3EE
Complementary color
Monochromatic Colors of #E8A3EE
Black with #E8A3EE
Text Example
Text Example
White with #E8A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A3EE; }
p { color: rgb(232,163,238); }
H1.HeaderClassName
{
color: #E8A3EE;
}
.AnyTagClassName
{
color: #E8A3EE;
}
</style>
background-color css
<style>
a { background-color: #E8A3EE; }
a { background-color: rgb(232,163,238); }
div.DivClassName
{
background-color: #E8A3EE;
}
.BgClassName
{
background-color: #E8A3EE;
}
</style>
border-color css
<style>
span { border-color: #E8A3EE; }
span { border-color: rgb(232,163,238); }
td.TdClassName
{
border-color: #E8A3EE;
}
.TagClassName
{
border-color: #E8A3EE;
}
</style>