Shades of Plum #E18FDE
Tints of Plum #E18FDE
RGB
CMYK
RGB Variations
Color information
#E18FDE (or 0xE18FDE) is known color: Plum. HEX triplet: E1, 8F and DE. RGB value is (225,143,222). Sum of RGB (Red+Green+Blue) = 225+143+222=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDE is #1E7021. Grayscale: #B0B0B0. Windows color (decimal): -1994786 or 14585825. OLE color: 14585825.
HSL color Cylindrical-coordinate representation of color #E18FDE: hue angle of 302.2º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E18FDE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 222 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.12 |
| HSL | 302.2º | 0.58% | 0.72% | - |
| HSV(B) | 302.2º | 0.36% | 0.88% | - |
| XYZ | 54.06 | 40.93 | 74.16 | - |
| YUV | 176.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 222 | 0 | 0.36 | 0.01 | 0.12 | 302.2 | 0.58 | 0.72 |
| Hex | E1 | 8F | DE | 0 | 24 | 1 | C | 12E | 3A | 48 |
| Octal | 341 | 217 | 336 | 0 | 44 | 1 | 14 | 456 | 72 | 110 |
| Binary | 11100001 | 10001111 | 11011110 | 0 | 100100 | 1 | 1100 | 100101110 | 111010 | 1001000 |
Color Harmonies of #E18FDE
Complementary color
Monochromatic Colors of #E18FDE
Black with #E18FDE
Text Example
Text Example
White with #E18FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FDE; }
p { color: rgb(225,143,222); }
H1.HeaderClassName
{
color: #E18FDE;
}
.AnyTagClassName
{
color: #E18FDE;
}
</style>
background-color css
<style>
a { background-color: #E18FDE; }
a { background-color: rgb(225,143,222); }
div.DivClassName
{
background-color: #E18FDE;
}
.BgClassName
{
background-color: #E18FDE;
}
</style>
border-color css
<style>
span { border-color: #E18FDE; }
span { border-color: rgb(225,143,222); }
td.TdClassName
{
border-color: #E18FDE;
}
.TagClassName
{
border-color: #E18FDE;
}
</style>