Shades of Plum #E18FDA
Tints of Plum #E18FDA
RGB
CMYK
RGB Variations
Color information
#E18FDA (or 0xE18FDA) is known color: Plum. HEX triplet: E1, 8F and DA. RGB value is (225,143,218). Sum of RGB (Red+Green+Blue) = 225+143+218=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDA is #1E7025. Grayscale: #AFAFAF. Windows color (decimal): -1994790 or 14323681. OLE color: 14323681.
HSL color Cylindrical-coordinate representation of color #E18FDA: hue angle of 305.12º 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 #E18FDA is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 218 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.12 |
| HSL | 305.12º | 0.58% | 0.72% | - |
| HSV(B) | 305.12º | 0.36% | 0.88% | - |
| XYZ | 53.53 | 40.71 | 71.37 | - |
| YUV | 176.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 218 | 0 | 0.36 | 0.03 | 0.12 | 305.12 | 0.58 | 0.72 |
| Hex | E1 | 8F | DA | 0 | 24 | 3 | C | 131 | 3A | 48 |
| Octal | 341 | 217 | 332 | 0 | 44 | 3 | 14 | 461 | 72 | 110 |
| Binary | 11100001 | 10001111 | 11011010 | 0 | 100100 | 11 | 1100 | 100110001 | 111010 | 1001000 |
Color Harmonies of #E18FDA
Complementary color
Monochromatic Colors of #E18FDA
Black with #E18FDA
Text Example
Text Example
White with #E18FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FDA; }
p { color: rgb(225,143,218); }
H1.HeaderClassName
{
color: #E18FDA;
}
.AnyTagClassName
{
color: #E18FDA;
}
</style>
background-color css
<style>
a { background-color: #E18FDA; }
a { background-color: rgb(225,143,218); }
div.DivClassName
{
background-color: #E18FDA;
}
.BgClassName
{
background-color: #E18FDA;
}
</style>
border-color css
<style>
span { border-color: #E18FDA; }
span { border-color: rgb(225,143,218); }
td.TdClassName
{
border-color: #E18FDA;
}
.TagClassName
{
border-color: #E18FDA;
}
</style>