Shades of Plum #E18FDC
Tints of Plum #E18FDC
RGB
CMYK
RGB Variations
Color information
#E18FDC (or 0xE18FDC) is known color: Plum. HEX triplet: E1, 8F and DC. RGB value is (225,143,220). Sum of RGB (Red+Green+Blue) = 225+143+220=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDC is #1E7023. Grayscale: #B0B0B0. Windows color (decimal): -1994788 or 14454753. OLE color: 14454753.
HSL color Cylindrical-coordinate representation of color #E18FDC: hue angle of 303.66º 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 #E18FDC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 220 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.12 |
| HSL | 303.66º | 0.58% | 0.72% | - |
| HSV(B) | 303.66º | 0.36% | 0.88% | - |
| XYZ | 53.79 | 40.82 | 72.75 | - |
| YUV | 176.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 220 | 0 | 0.36 | 0.02 | 0.12 | 303.66 | 0.58 | 0.72 |
| Hex | E1 | 8F | DC | 0 | 24 | 2 | C | 130 | 3A | 48 |
| Octal | 341 | 217 | 334 | 0 | 44 | 2 | 14 | 460 | 72 | 110 |
| Binary | 11100001 | 10001111 | 11011100 | 0 | 100100 | 10 | 1100 | 100110000 | 111010 | 1001000 |
Color Harmonies of #E18FDC
Complementary color
Monochromatic Colors of #E18FDC
Black with #E18FDC
Text Example
Text Example
White with #E18FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FDC; }
p { color: rgb(225,143,220); }
H1.HeaderClassName
{
color: #E18FDC;
}
.AnyTagClassName
{
color: #E18FDC;
}
</style>
background-color css
<style>
a { background-color: #E18FDC; }
a { background-color: rgb(225,143,220); }
div.DivClassName
{
background-color: #E18FDC;
}
.BgClassName
{
background-color: #E18FDC;
}
</style>
border-color css
<style>
span { border-color: #E18FDC; }
span { border-color: rgb(225,143,220); }
td.TdClassName
{
border-color: #E18FDC;
}
.TagClassName
{
border-color: #E18FDC;
}
</style>