Shades of Plum #E8AEED
Tints of Plum #E8AEED
RGB
CMYK
RGB Variations
Color information
#E8AEED (or 0xE8AEED) is known color: Plum. HEX triplet: E8, AE and ED. RGB value is (232,174,237). Sum of RGB (Red+Green+Blue) = 232+174+237=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8AEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEED is #175112. Grayscale: #C6C6C6. Windows color (decimal): -1528083 or 15576808. OLE color: 15576808.
HSL color Cylindrical-coordinate representation of color #E8AEED: hue angle of 295.24º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AEED is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 174 | 237 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.07 |
| HSL | 295.24º | 0.64% | 0.81% | - |
| HSV(B) | 295.24º | 0.27% | 0.93% | - |
| XYZ | 63.7 | 53.54 | 87.1 | - |
| YUV | 198.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 237 | 0.02 | 0.27 | 0 | 0.07 | 295.24 | 0.64 | 0.81 |
| Hex | E8 | AE | ED | 2 | 1B | 0 | 7 | 127 | 40 | 51 |
| Octal | 350 | 256 | 355 | 2 | 33 | 0 | 7 | 447 | 100 | 121 |
| Binary | 11101000 | 10101110 | 11101101 | 10 | 11011 | 0 | 111 | 100100111 | 1000000 | 1010001 |
Color Harmonies of #E8AEED
Complementary color
Monochromatic Colors of #E8AEED
Black with #E8AEED
Text Example
Text Example
White with #E8AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AEED; }
p { color: rgb(232,174,237); }
H1.HeaderClassName
{
color: #E8AEED;
}
.AnyTagClassName
{
color: #E8AEED;
}
</style>
background-color css
<style>
a { background-color: #E8AEED; }
a { background-color: rgb(232,174,237); }
div.DivClassName
{
background-color: #E8AEED;
}
.BgClassName
{
background-color: #E8AEED;
}
</style>
border-color css
<style>
span { border-color: #E8AEED; }
span { border-color: rgb(232,174,237); }
td.TdClassName
{
border-color: #E8AEED;
}
.TagClassName
{
border-color: #E8AEED;
}
</style>