Shades of Plum #E18EE4
Tints of Plum #E18EE4
RGB
CMYK
RGB Variations
Color information
#E18EE4 (or 0xE18EE4) is known color: Plum. HEX triplet: E1, 8E and E4. RGB value is (225,142,228). Sum of RGB (Red+Green+Blue) = 225+142+228=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #E18EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EE4 is #1E711B. Grayscale: #B0B0B0. Windows color (decimal): -1995036 or 14978785. OLE color: 14978785.
HSL color Cylindrical-coordinate representation of color #E18EE4: hue angle of 297.91º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18EE4 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 142 | 228 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.11 |
| HSL | 297.91º | 0.61% | 0.73% | - |
| HSV(B) | 297.91º | 0.38% | 0.89% | - |
| XYZ | 54.73 | 40.95 | 78.42 | - |
| YUV | 176.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 228 | 0.01 | 0.38 | 0 | 0.11 | 297.91 | 0.61 | 0.73 |
| Hex | E1 | 8E | E4 | 1 | 26 | 0 | B | 12A | 3D | 49 |
| Octal | 341 | 216 | 344 | 1 | 46 | 0 | 13 | 452 | 75 | 111 |
| Binary | 11100001 | 10001110 | 11100100 | 1 | 100110 | 0 | 1011 | 100101010 | 111101 | 1001001 |
Color Harmonies of #E18EE4
Complementary color
Monochromatic Colors of #E18EE4
Black with #E18EE4
Text Example
Text Example
White with #E18EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18EE4; }
p { color: rgb(225,142,228); }
H1.HeaderClassName
{
color: #E18EE4;
}
.AnyTagClassName
{
color: #E18EE4;
}
</style>
background-color css
<style>
a { background-color: #E18EE4; }
a { background-color: rgb(225,142,228); }
div.DivClassName
{
background-color: #E18EE4;
}
.BgClassName
{
background-color: #E18EE4;
}
</style>
border-color css
<style>
span { border-color: #E18EE4; }
span { border-color: rgb(225,142,228); }
td.TdClassName
{
border-color: #E18EE4;
}
.TagClassName
{
border-color: #E18EE4;
}
</style>