Shades of Plum #E1ADEB
Tints of Plum #E1ADEB
RGB
CMYK
RGB Variations
Color information
#E1ADEB (or 0xE1ADEB) is known color: Plum. HEX triplet: E1, AD and EB. RGB value is (225,173,235). Sum of RGB (Red+Green+Blue) = 225+173+235=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADEB is #1E5214. Grayscale: #C3C3C3. Windows color (decimal): -1987093 or 15445473. OLE color: 15445473.
HSL color Cylindrical-coordinate representation of color #E1ADEB: hue angle of 290.32º 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 #E1ADEB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 173 | 235 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.08 |
| HSL | 290.32º | 0.61% | 0.8% | - |
| HSV(B) | 290.32º | 0.26% | 0.92% | - |
| XYZ | 60.99 | 51.89 | 85.4 | - |
| YUV | 195.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 235 | 0.04 | 0.26 | 0 | 0.08 | 290.32 | 0.61 | 0.8 |
| Hex | E1 | AD | EB | 4 | 1A | 0 | 8 | 122 | 3D | 50 |
| Octal | 341 | 255 | 353 | 4 | 32 | 0 | 10 | 442 | 75 | 120 |
| Binary | 11100001 | 10101101 | 11101011 | 100 | 11010 | 0 | 1000 | 100100010 | 111101 | 1010000 |
Color Harmonies of #E1ADEB
Complementary color
Monochromatic Colors of #E1ADEB
Black with #E1ADEB
Text Example
Text Example
White with #E1ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADEB; }
p { color: rgb(225,173,235); }
H1.HeaderClassName
{
color: #E1ADEB;
}
.AnyTagClassName
{
color: #E1ADEB;
}
</style>
background-color css
<style>
a { background-color: #E1ADEB; }
a { background-color: rgb(225,173,235); }
div.DivClassName
{
background-color: #E1ADEB;
}
.BgClassName
{
background-color: #E1ADEB;
}
</style>
border-color css
<style>
span { border-color: #E1ADEB; }
span { border-color: rgb(225,173,235); }
td.TdClassName
{
border-color: #E1ADEB;
}
.TagClassName
{
border-color: #E1ADEB;
}
</style>