Shades of Plum #E18CDA
Tints of Plum #E18CDA
RGB
CMYK
RGB Variations
Color information
#E18CDA (or 0xE18CDA) is known color: Plum. HEX triplet: E1, 8C and DA. RGB value is (225,140,218). Sum of RGB (Red+Green+Blue) = 225+140+218=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CDA is #1E7325. Grayscale: #AEAEAE. Windows color (decimal): -1995558 or 14322913. OLE color: 14322913.
HSL color Cylindrical-coordinate representation of color #E18CDA: hue angle of 304.94º 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 #E18CDA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 218 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.12 |
| HSL | 304.94º | 0.59% | 0.72% | - |
| HSV(B) | 304.94º | 0.38% | 0.88% | - |
| XYZ | 53.08 | 39.83 | 71.22 | - |
| YUV | 174.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 218 | 0 | 0.38 | 0.03 | 0.12 | 304.94 | 0.59 | 0.72 |
| Hex | E1 | 8C | DA | 0 | 26 | 3 | C | 131 | 3B | 48 |
| Octal | 341 | 214 | 332 | 0 | 46 | 3 | 14 | 461 | 73 | 110 |
| Binary | 11100001 | 10001100 | 11011010 | 0 | 100110 | 11 | 1100 | 100110001 | 111011 | 1001000 |
Color Harmonies of #E18CDA
Complementary color
Monochromatic Colors of #E18CDA
Black with #E18CDA
Text Example
Text Example
White with #E18CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CDA; }
p { color: rgb(225,140,218); }
H1.HeaderClassName
{
color: #E18CDA;
}
.AnyTagClassName
{
color: #E18CDA;
}
</style>
background-color css
<style>
a { background-color: #E18CDA; }
a { background-color: rgb(225,140,218); }
div.DivClassName
{
background-color: #E18CDA;
}
.BgClassName
{
background-color: #E18CDA;
}
</style>
border-color css
<style>
span { border-color: #E18CDA; }
span { border-color: rgb(225,140,218); }
td.TdClassName
{
border-color: #E18CDA;
}
.TagClassName
{
border-color: #E18CDA;
}
</style>