Shades of Plum #E18ADA
Tints of Plum #E18ADA
RGB
CMYK
RGB Variations
Color information
#E18ADA (or 0xE18ADA) is known color: Plum. HEX triplet: E1, 8A and DA. RGB value is (225,138,218). Sum of RGB (Red+Green+Blue) = 225+138+218=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ADA is #1E7525. Grayscale: #ACACAC. Windows color (decimal): -1996070 or 14322401. OLE color: 14322401.
HSL color Cylindrical-coordinate representation of color #E18ADA: hue angle of 304.83º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ADA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 218 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.12 |
| HSL | 304.83º | 0.59% | 0.71% | - |
| HSV(B) | 304.83º | 0.39% | 0.88% | - |
| XYZ | 52.79 | 39.25 | 71.12 | - |
| YUV | 173.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 218 | 0 | 0.39 | 0.03 | 0.12 | 304.83 | 0.59 | 0.71 |
| Hex | E1 | 8A | DA | 0 | 27 | 3 | C | 131 | 3B | 47 |
| Octal | 341 | 212 | 332 | 0 | 47 | 3 | 14 | 461 | 73 | 107 |
| Binary | 11100001 | 10001010 | 11011010 | 0 | 100111 | 11 | 1100 | 100110001 | 111011 | 1000111 |
Color Harmonies of #E18ADA
Complementary color
Monochromatic Colors of #E18ADA
Black with #E18ADA
Text Example
Text Example
White with #E18ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ADA; }
p { color: rgb(225,138,218); }
H1.HeaderClassName
{
color: #E18ADA;
}
.AnyTagClassName
{
color: #E18ADA;
}
</style>
background-color css
<style>
a { background-color: #E18ADA; }
a { background-color: rgb(225,138,218); }
div.DivClassName
{
background-color: #E18ADA;
}
.BgClassName
{
background-color: #E18ADA;
}
</style>
border-color css
<style>
span { border-color: #E18ADA; }
span { border-color: rgb(225,138,218); }
td.TdClassName
{
border-color: #E18ADA;
}
.TagClassName
{
border-color: #E18ADA;
}
</style>