Shades of Plum #E1ADEA
Tints of Plum #E1ADEA
RGB
CMYK
RGB Variations
Color information
#E1ADEA (or 0xE1ADEA) is known color: Plum. HEX triplet: E1, AD and EA. RGB value is (225,173,234). Sum of RGB (Red+Green+Blue) = 225+173+234=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADEA is #1E5215. Grayscale: #C3C3C3. Windows color (decimal): -1987094 or 15379937. OLE color: 15379937.
HSL color Cylindrical-coordinate representation of color #E1ADEA: hue angle of 291.15º 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 #E1ADEA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 173 | 234 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.08 |
| HSL | 291.15º | 0.59% | 0.8% | - |
| HSV(B) | 291.15º | 0.26% | 0.92% | - |
| XYZ | 60.85 | 51.84 | 84.64 | - |
| YUV | 195.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 234 | 0.04 | 0.26 | 0 | 0.08 | 291.15 | 0.59 | 0.8 |
| Hex | E1 | AD | EA | 4 | 1A | 0 | 8 | 123 | 3B | 50 |
| Octal | 341 | 255 | 352 | 4 | 32 | 0 | 10 | 443 | 73 | 120 |
| Binary | 11100001 | 10101101 | 11101010 | 100 | 11010 | 0 | 1000 | 100100011 | 111011 | 1010000 |
Color Harmonies of #E1ADEA
Complementary color
Monochromatic Colors of #E1ADEA
Black with #E1ADEA
Text Example
Text Example
White with #E1ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADEA; }
p { color: rgb(225,173,234); }
H1.HeaderClassName
{
color: #E1ADEA;
}
.AnyTagClassName
{
color: #E1ADEA;
}
</style>
background-color css
<style>
a { background-color: #E1ADEA; }
a { background-color: rgb(225,173,234); }
div.DivClassName
{
background-color: #E1ADEA;
}
.BgClassName
{
background-color: #E1ADEA;
}
</style>
border-color css
<style>
span { border-color: #E1ADEA; }
span { border-color: rgb(225,173,234); }
td.TdClassName
{
border-color: #E1ADEA;
}
.TagClassName
{
border-color: #E1ADEA;
}
</style>