Shades of Plum #E8ADEB
Tints of Plum #E8ADEB
RGB
CMYK
RGB Variations
Color information
#E8ADEB (or 0xE8ADEB) is known color: Plum. HEX triplet: E8, AD and EB. RGB value is (232,173,235). Sum of RGB (Red+Green+Blue) = 232+173+235=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADEB is #175214. Grayscale: #C5C5C5. Windows color (decimal): -1528341 or 15445480. OLE color: 15445480.
HSL color Cylindrical-coordinate representation of color #E8ADEB: hue angle of 297.1º degrees, saturation: 0.61, 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 #E8ADEB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 173 | 235 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.08 |
| HSL | 297.1º | 0.61% | 0.8% | - |
| HSV(B) | 297.1º | 0.26% | 0.92% | - |
| XYZ | 63.22 | 53.04 | 85.5 | - |
| YUV | 197.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 235 | 0.01 | 0.26 | 0 | 0.08 | 297.1 | 0.61 | 0.8 |
| Hex | E8 | AD | EB | 1 | 1A | 0 | 8 | 129 | 3D | 50 |
| Octal | 350 | 255 | 353 | 1 | 32 | 0 | 10 | 451 | 75 | 120 |
| Binary | 11101000 | 10101101 | 11101011 | 1 | 11010 | 0 | 1000 | 100101001 | 111101 | 1010000 |
Color Harmonies of #E8ADEB
Complementary color
Monochromatic Colors of #E8ADEB
Black with #E8ADEB
Text Example
Text Example
White with #E8ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ADEB; }
p { color: rgb(232,173,235); }
H1.HeaderClassName
{
color: #E8ADEB;
}
.AnyTagClassName
{
color: #E8ADEB;
}
</style>
background-color css
<style>
a { background-color: #E8ADEB; }
a { background-color: rgb(232,173,235); }
div.DivClassName
{
background-color: #E8ADEB;
}
.BgClassName
{
background-color: #E8ADEB;
}
</style>
border-color css
<style>
span { border-color: #E8ADEB; }
span { border-color: rgb(232,173,235); }
td.TdClassName
{
border-color: #E8ADEB;
}
.TagClassName
{
border-color: #E8ADEB;
}
</style>