Shades of Plum #E8ADED
Tints of Plum #E8ADED
RGB
CMYK
RGB Variations
Color information
#E8ADED (or 0xE8ADED) is known color: Plum. HEX triplet: E8, AD and ED. RGB value is (232,173,237). Sum of RGB (Red+Green+Blue) = 232+173+237=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8ADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADED is #175212. Grayscale: #C5C5C5. Windows color (decimal): -1528339 or 15576552. OLE color: 15576552.
HSL color Cylindrical-coordinate representation of color #E8ADED: hue angle of 295.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8ADED is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 173 | 237 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.07 |
| HSL | 295.31º | 0.64% | 0.8% | - |
| HSV(B) | 295.31º | 0.27% | 0.93% | - |
| XYZ | 63.51 | 53.16 | 87.03 | - |
| YUV | 197.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 237 | 0.02 | 0.27 | 0 | 0.07 | 295.31 | 0.64 | 0.8 |
| Hex | E8 | AD | ED | 2 | 1B | 0 | 7 | 127 | 40 | 50 |
| Octal | 350 | 255 | 355 | 2 | 33 | 0 | 7 | 447 | 100 | 120 |
| Binary | 11101000 | 10101101 | 11101101 | 10 | 11011 | 0 | 111 | 100100111 | 1000000 | 1010000 |
Color Harmonies of #E8ADED
Complementary color
Monochromatic Colors of #E8ADED
Black with #E8ADED
Text Example
Text Example
White with #E8ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ADED; }
p { color: rgb(232,173,237); }
H1.HeaderClassName
{
color: #E8ADED;
}
.AnyTagClassName
{
color: #E8ADED;
}
</style>
background-color css
<style>
a { background-color: #E8ADED; }
a { background-color: rgb(232,173,237); }
div.DivClassName
{
background-color: #E8ADED;
}
.BgClassName
{
background-color: #E8ADED;
}
</style>
border-color css
<style>
span { border-color: #E8ADED; }
span { border-color: rgb(232,173,237); }
td.TdClassName
{
border-color: #E8ADED;
}
.TagClassName
{
border-color: #E8ADED;
}
</style>