Shades of Plum #E18AD6
Tints of Plum #E18AD6
RGB
CMYK
RGB Variations
Color information
#E18AD6 (or 0xE18AD6) is known color: Plum. HEX triplet: E1, 8A and D6. RGB value is (225,138,214). Sum of RGB (Red+Green+Blue) = 225+138+214=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AD6 is #1E7529. Grayscale: #ACACAC. Windows color (decimal): -1996074 or 14060257. OLE color: 14060257.
HSL color Cylindrical-coordinate representation of color #E18AD6: hue angle of 307.59º 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 #E18AD6 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 214 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.12 |
| HSL | 307.59º | 0.59% | 0.71% | - |
| HSV(B) | 307.59º | 0.39% | 0.88% | - |
| XYZ | 52.28 | 39.04 | 68.4 | - |
| YUV | 172.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 214 | 0 | 0.39 | 0.05 | 0.12 | 307.59 | 0.59 | 0.71 |
| Hex | E1 | 8A | D6 | 0 | 27 | 5 | C | 134 | 3B | 47 |
| Octal | 341 | 212 | 326 | 0 | 47 | 5 | 14 | 464 | 73 | 107 |
| Binary | 11100001 | 10001010 | 11010110 | 0 | 100111 | 101 | 1100 | 100110100 | 111011 | 1000111 |
Color Harmonies of #E18AD6
Complementary color
Monochromatic Colors of #E18AD6
Black with #E18AD6
Text Example
Text Example
White with #E18AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AD6; }
p { color: rgb(225,138,214); }
H1.HeaderClassName
{
color: #E18AD6;
}
.AnyTagClassName
{
color: #E18AD6;
}
</style>
background-color css
<style>
a { background-color: #E18AD6; }
a { background-color: rgb(225,138,214); }
div.DivClassName
{
background-color: #E18AD6;
}
.BgClassName
{
background-color: #E18AD6;
}
</style>
border-color css
<style>
span { border-color: #E18AD6; }
span { border-color: rgb(225,138,214); }
td.TdClassName
{
border-color: #E18AD6;
}
.TagClassName
{
border-color: #E18AD6;
}
</style>