Shades of Plum #E18FDF
Tints of Plum #E18FDF
RGB
CMYK
RGB Variations
Color information
#E18FDF (or 0xE18FDF) is known color: Plum. HEX triplet: E1, 8F and DF. RGB value is (225,143,223). Sum of RGB (Red+Green+Blue) = 225+143+223=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDF is #1E7020. Grayscale: #B0B0B0. Windows color (decimal): -1994785 or 14651361. OLE color: 14651361.
HSL color Cylindrical-coordinate representation of color #E18FDF: hue angle of 301.46º 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 #E18FDF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 223 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.12 |
| HSL | 301.46º | 0.58% | 0.72% | - |
| HSV(B) | 301.46º | 0.36% | 0.88% | - |
| XYZ | 54.19 | 40.98 | 74.87 | - |
| YUV | 176.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 223 | 0 | 0.36 | 0.01 | 0.12 | 301.46 | 0.58 | 0.72 |
| Hex | E1 | 8F | DF | 0 | 24 | 1 | C | 12D | 3A | 48 |
| Octal | 341 | 217 | 337 | 0 | 44 | 1 | 14 | 455 | 72 | 110 |
| Binary | 11100001 | 10001111 | 11011111 | 0 | 100100 | 1 | 1100 | 100101101 | 111010 | 1001000 |
Color Harmonies of #E18FDF
Complementary color
Monochromatic Colors of #E18FDF
Black with #E18FDF
Text Example
Text Example
White with #E18FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FDF; }
p { color: rgb(225,143,223); }
H1.HeaderClassName
{
color: #E18FDF;
}
.AnyTagClassName
{
color: #E18FDF;
}
</style>
background-color css
<style>
a { background-color: #E18FDF; }
a { background-color: rgb(225,143,223); }
div.DivClassName
{
background-color: #E18FDF;
}
.BgClassName
{
background-color: #E18FDF;
}
</style>
border-color css
<style>
span { border-color: #E18FDF; }
span { border-color: rgb(225,143,223); }
td.TdClassName
{
border-color: #E18FDF;
}
.TagClassName
{
border-color: #E18FDF;
}
</style>