Shades of Plum #E18FE4
Tints of Plum #E18FE4
RGB
CMYK
RGB Variations
Color information
#E18FE4 (or 0xE18FE4) is known color: Plum. HEX triplet: E1, 8F and E4. RGB value is (225,143,228). Sum of RGB (Red+Green+Blue) = 225+143+228=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #E18FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FE4 is #1E701B. Grayscale: #B0B0B0. Windows color (decimal): -1994780 or 14979041. OLE color: 14979041.
HSL color Cylindrical-coordinate representation of color #E18FE4: hue angle of 297.88º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18FE4 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 143 | 228 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.11 |
| HSL | 297.88º | 0.61% | 0.73% | - |
| HSV(B) | 297.88º | 0.37% | 0.89% | - |
| XYZ | 54.88 | 41.25 | 78.47 | - |
| YUV | 177.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 228 | 0.01 | 0.37 | 0 | 0.11 | 297.88 | 0.61 | 0.73 |
| Hex | E1 | 8F | E4 | 1 | 25 | 0 | B | 12A | 3D | 49 |
| Octal | 341 | 217 | 344 | 1 | 45 | 0 | 13 | 452 | 75 | 111 |
| Binary | 11100001 | 10001111 | 11100100 | 1 | 100101 | 0 | 1011 | 100101010 | 111101 | 1001001 |
Color Harmonies of #E18FE4
Complementary color
Monochromatic Colors of #E18FE4
Black with #E18FE4
Text Example
Text Example
White with #E18FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FE4; }
p { color: rgb(225,143,228); }
H1.HeaderClassName
{
color: #E18FE4;
}
.AnyTagClassName
{
color: #E18FE4;
}
</style>
background-color css
<style>
a { background-color: #E18FE4; }
a { background-color: rgb(225,143,228); }
div.DivClassName
{
background-color: #E18FE4;
}
.BgClassName
{
background-color: #E18FE4;
}
</style>
border-color css
<style>
span { border-color: #E18FE4; }
span { border-color: rgb(225,143,228); }
td.TdClassName
{
border-color: #E18FE4;
}
.TagClassName
{
border-color: #E18FE4;
}
</style>