Shades of Plum #E18ADB
Tints of Plum #E18ADB
RGB
CMYK
RGB Variations
Color information
#E18ADB (or 0xE18ADB) is known color: Plum. HEX triplet: E1, 8A and DB. RGB value is (225,138,219). Sum of RGB (Red+Green+Blue) = 225+138+219=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ADB is #1E7524. Grayscale: #ADADAD. Windows color (decimal): -1996069 or 14387937. OLE color: 14387937.
HSL color Cylindrical-coordinate representation of color #E18ADB: hue angle of 304.14º 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 #E18ADB is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 219 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.12 |
| HSL | 304.14º | 0.59% | 0.71% | - |
| HSV(B) | 304.14º | 0.39% | 0.88% | - |
| XYZ | 52.93 | 39.3 | 71.81 | - |
| YUV | 173.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 219 | 0 | 0.39 | 0.03 | 0.12 | 304.14 | 0.59 | 0.71 |
| Hex | E1 | 8A | DB | 0 | 27 | 3 | C | 130 | 3B | 47 |
| Octal | 341 | 212 | 333 | 0 | 47 | 3 | 14 | 460 | 73 | 107 |
| Binary | 11100001 | 10001010 | 11011011 | 0 | 100111 | 11 | 1100 | 100110000 | 111011 | 1000111 |
Color Harmonies of #E18ADB
Complementary color
Monochromatic Colors of #E18ADB
Black with #E18ADB
Text Example
Text Example
White with #E18ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ADB; }
p { color: rgb(225,138,219); }
H1.HeaderClassName
{
color: #E18ADB;
}
.AnyTagClassName
{
color: #E18ADB;
}
</style>
background-color css
<style>
a { background-color: #E18ADB; }
a { background-color: rgb(225,138,219); }
div.DivClassName
{
background-color: #E18ADB;
}
.BgClassName
{
background-color: #E18ADB;
}
</style>
border-color css
<style>
span { border-color: #E18ADB; }
span { border-color: rgb(225,138,219); }
td.TdClassName
{
border-color: #E18ADB;
}
.TagClassName
{
border-color: #E18ADB;
}
</style>