Shades of Plum #E18CDC
Tints of Plum #E18CDC
RGB
CMYK
RGB Variations
Color information
#E18CDC (or 0xE18CDC) is known color: Plum. HEX triplet: E1, 8C and DC. RGB value is (225,140,220). Sum of RGB (Red+Green+Blue) = 225+140+220=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CDC is #1E7323. Grayscale: #AEAEAE. Windows color (decimal): -1995556 or 14453985. OLE color: 14453985.
HSL color Cylindrical-coordinate representation of color #E18CDC: hue angle of 303.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CDC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 220 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.12 |
| HSL | 303.53º | 0.59% | 0.72% | - |
| HSV(B) | 303.53º | 0.38% | 0.88% | - |
| XYZ | 53.35 | 39.93 | 72.61 | - |
| YUV | 174.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 220 | 0 | 0.38 | 0.02 | 0.12 | 303.53 | 0.59 | 0.72 |
| Hex | E1 | 8C | DC | 0 | 26 | 2 | C | 130 | 3B | 48 |
| Octal | 341 | 214 | 334 | 0 | 46 | 2 | 14 | 460 | 73 | 110 |
| Binary | 11100001 | 10001100 | 11011100 | 0 | 100110 | 10 | 1100 | 100110000 | 111011 | 1001000 |
Color Harmonies of #E18CDC
Complementary color
Monochromatic Colors of #E18CDC
Black with #E18CDC
Text Example
Text Example
White with #E18CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CDC; }
p { color: rgb(225,140,220); }
H1.HeaderClassName
{
color: #E18CDC;
}
.AnyTagClassName
{
color: #E18CDC;
}
</style>
background-color css
<style>
a { background-color: #E18CDC; }
a { background-color: rgb(225,140,220); }
div.DivClassName
{
background-color: #E18CDC;
}
.BgClassName
{
background-color: #E18CDC;
}
</style>
border-color css
<style>
span { border-color: #E18CDC; }
span { border-color: rgb(225,140,220); }
td.TdClassName
{
border-color: #E18CDC;
}
.TagClassName
{
border-color: #E18CDC;
}
</style>