Shades of Plum #E8A4EE
Tints of Plum #E8A4EE
RGB
CMYK
RGB Variations
Color information
#E8A4EE (or 0xE8A4EE) is known color: Plum. HEX triplet: E8, A4 and EE. RGB value is (232,164,238). Sum of RGB (Red+Green+Blue) = 232+164+238=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 164 (64.45% from 255 or 25.87% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8A4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A4EE is #175B11. Grayscale: #C0C0C0. Windows color (decimal): -1530642 or 15639784. OLE color: 15639784.
HSL color Cylindrical-coordinate representation of color #E8A4EE: hue angle of 295.14º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8A4EE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 164 | 238 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.07 |
| HSL | 295.14º | 0.69% | 0.79% | - |
| HSV(B) | 295.14º | 0.31% | 0.93% | - |
| XYZ | 61.99 | 49.88 | 87.25 | - |
| YUV | 192.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 164 | 238 | 0.03 | 0.31 | 0 | 0.07 | 295.14 | 0.69 | 0.79 |
| Hex | E8 | A4 | EE | 3 | 1F | 0 | 7 | 127 | 45 | 4F |
| Octal | 350 | 244 | 356 | 3 | 37 | 0 | 7 | 447 | 105 | 117 |
| Binary | 11101000 | 10100100 | 11101110 | 11 | 11111 | 0 | 111 | 100100111 | 1000101 | 1001111 |
Color Harmonies of #E8A4EE
Complementary color
Monochromatic Colors of #E8A4EE
Black with #E8A4EE
Text Example
Text Example
White with #E8A4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A4EE; }
p { color: rgb(232,164,238); }
H1.HeaderClassName
{
color: #E8A4EE;
}
.AnyTagClassName
{
color: #E8A4EE;
}
</style>
background-color css
<style>
a { background-color: #E8A4EE; }
a { background-color: rgb(232,164,238); }
div.DivClassName
{
background-color: #E8A4EE;
}
.BgClassName
{
background-color: #E8A4EE;
}
</style>
border-color css
<style>
span { border-color: #E8A4EE; }
span { border-color: rgb(232,164,238); }
td.TdClassName
{
border-color: #E8A4EE;
}
.TagClassName
{
border-color: #E8A4EE;
}
</style>