Shades of Plum #E8ADEA
Tints of Plum #E8ADEA
RGB
CMYK
RGB Variations
Color information
#E8ADEA (or 0xE8ADEA) is known color: Plum. HEX triplet: E8, AD and EA. RGB value is (232,173,234). Sum of RGB (Red+Green+Blue) = 232+173+234=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADEA is #175215. Grayscale: #C5C5C5. Windows color (decimal): -1528342 or 15379944. OLE color: 15379944.
HSL color Cylindrical-coordinate representation of color #E8ADEA: hue angle of 298.03º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ADEA is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 173 | 234 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.08 |
| HSL | 298.03º | 0.59% | 0.8% | - |
| HSV(B) | 298.03º | 0.26% | 0.92% | - |
| XYZ | 63.07 | 52.98 | 84.74 | - |
| YUV | 197.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 234 | 0.01 | 0.26 | 0 | 0.08 | 298.03 | 0.59 | 0.8 |
| Hex | E8 | AD | EA | 1 | 1A | 0 | 8 | 12A | 3B | 50 |
| Octal | 350 | 255 | 352 | 1 | 32 | 0 | 10 | 452 | 73 | 120 |
| Binary | 11101000 | 10101101 | 11101010 | 1 | 11010 | 0 | 1000 | 100101010 | 111011 | 1010000 |
Color Harmonies of #E8ADEA
Complementary color
Monochromatic Colors of #E8ADEA
Black with #E8ADEA
Text Example
Text Example
White with #E8ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ADEA; }
p { color: rgb(232,173,234); }
H1.HeaderClassName
{
color: #E8ADEA;
}
.AnyTagClassName
{
color: #E8ADEA;
}
</style>
background-color css
<style>
a { background-color: #E8ADEA; }
a { background-color: rgb(232,173,234); }
div.DivClassName
{
background-color: #E8ADEA;
}
.BgClassName
{
background-color: #E8ADEA;
}
</style>
border-color css
<style>
span { border-color: #E8ADEA; }
span { border-color: rgb(232,173,234); }
td.TdClassName
{
border-color: #E8ADEA;
}
.TagClassName
{
border-color: #E8ADEA;
}
</style>