Shades of Plum #E18FDD
Tints of Plum #E18FDD
RGB
CMYK
RGB Variations
Color information
#E18FDD (or 0xE18FDD) is known color: Plum. HEX triplet: E1, 8F and DD. RGB value is (225,143,221). Sum of RGB (Red+Green+Blue) = 225+143+221=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDD is #1E7022. Grayscale: #B0B0B0. Windows color (decimal): -1994787 or 14520289. OLE color: 14520289.
HSL color Cylindrical-coordinate representation of color #E18FDD: hue angle of 302.93º 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 #E18FDD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 221 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.12 |
| HSL | 302.93º | 0.58% | 0.72% | - |
| HSV(B) | 302.93º | 0.36% | 0.88% | - |
| XYZ | 53.92 | 40.87 | 73.45 | - |
| YUV | 176.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 221 | 0 | 0.36 | 0.02 | 0.12 | 302.93 | 0.58 | 0.72 |
| Hex | E1 | 8F | DD | 0 | 24 | 2 | C | 12F | 3A | 48 |
| Octal | 341 | 217 | 335 | 0 | 44 | 2 | 14 | 457 | 72 | 110 |
| Binary | 11100001 | 10001111 | 11011101 | 0 | 100100 | 10 | 1100 | 100101111 | 111010 | 1001000 |
Color Harmonies of #E18FDD
Complementary color
Monochromatic Colors of #E18FDD
Black with #E18FDD
Text Example
Text Example
White with #E18FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FDD; }
p { color: rgb(225,143,221); }
H1.HeaderClassName
{
color: #E18FDD;
}
.AnyTagClassName
{
color: #E18FDD;
}
</style>
background-color css
<style>
a { background-color: #E18FDD; }
a { background-color: rgb(225,143,221); }
div.DivClassName
{
background-color: #E18FDD;
}
.BgClassName
{
background-color: #E18FDD;
}
</style>
border-color css
<style>
span { border-color: #E18FDD; }
span { border-color: rgb(225,143,221); }
td.TdClassName
{
border-color: #E18FDD;
}
.TagClassName
{
border-color: #E18FDD;
}
</style>