Shades of Plum #E8AEEC
Tints of Plum #E8AEEC
RGB
CMYK
RGB Variations
Color information
#E8AEEC (or 0xE8AEEC) is known color: Plum. HEX triplet: E8, AE and EC. RGB value is (232,174,236). Sum of RGB (Red+Green+Blue) = 232+174+236=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8AEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEEC is #175113. Grayscale: #C6C6C6. Windows color (decimal): -1528084 or 15511272. OLE color: 15511272.
HSL color Cylindrical-coordinate representation of color #E8AEEC: hue angle of 296.13º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8AEEC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 174 | 236 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.07 |
| HSL | 296.13º | 0.62% | 0.8% | - |
| HSV(B) | 296.13º | 0.26% | 0.93% | - |
| XYZ | 63.56 | 53.48 | 86.33 | - |
| YUV | 198.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 236 | 0.02 | 0.26 | 0 | 0.07 | 296.13 | 0.62 | 0.8 |
| Hex | E8 | AE | EC | 2 | 1A | 0 | 7 | 128 | 3E | 50 |
| Octal | 350 | 256 | 354 | 2 | 32 | 0 | 7 | 450 | 76 | 120 |
| Binary | 11101000 | 10101110 | 11101100 | 10 | 11010 | 0 | 111 | 100101000 | 111110 | 1010000 |
Color Harmonies of #E8AEEC
Complementary color
Monochromatic Colors of #E8AEEC
Black with #E8AEEC
Text Example
Text Example
White with #E8AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AEEC; }
p { color: rgb(232,174,236); }
H1.HeaderClassName
{
color: #E8AEEC;
}
.AnyTagClassName
{
color: #E8AEEC;
}
</style>
background-color css
<style>
a { background-color: #E8AEEC; }
a { background-color: rgb(232,174,236); }
div.DivClassName
{
background-color: #E8AEEC;
}
.BgClassName
{
background-color: #E8AEEC;
}
</style>
border-color css
<style>
span { border-color: #E8AEEC; }
span { border-color: rgb(232,174,236); }
td.TdClassName
{
border-color: #E8AEEC;
}
.TagClassName
{
border-color: #E8AEEC;
}
</style>