Shades of Plum #E18CDD
Tints of Plum #E18CDD
RGB
CMYK
RGB Variations
Color information
#E18CDD (or 0xE18CDD) is known color: Plum. HEX triplet: E1, 8C and DD. RGB value is (225,140,221). Sum of RGB (Red+Green+Blue) = 225+140+221=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CDD is #1E7322. Grayscale: #AEAEAE. Windows color (decimal): -1995555 or 14519521. OLE color: 14519521.
HSL color Cylindrical-coordinate representation of color #E18CDD: hue angle of 302.82º 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 #E18CDD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 221 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.12 |
| HSL | 302.82º | 0.59% | 0.72% | - |
| HSV(B) | 302.82º | 0.38% | 0.88% | - |
| XYZ | 53.48 | 39.98 | 73.31 | - |
| YUV | 174.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 221 | 0 | 0.38 | 0.02 | 0.12 | 302.82 | 0.59 | 0.72 |
| Hex | E1 | 8C | DD | 0 | 26 | 2 | C | 12F | 3B | 48 |
| Octal | 341 | 214 | 335 | 0 | 46 | 2 | 14 | 457 | 73 | 110 |
| Binary | 11100001 | 10001100 | 11011101 | 0 | 100110 | 10 | 1100 | 100101111 | 111011 | 1001000 |
Color Harmonies of #E18CDD
Complementary color
Monochromatic Colors of #E18CDD
Black with #E18CDD
Text Example
Text Example
White with #E18CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CDD; }
p { color: rgb(225,140,221); }
H1.HeaderClassName
{
color: #E18CDD;
}
.AnyTagClassName
{
color: #E18CDD;
}
</style>
background-color css
<style>
a { background-color: #E18CDD; }
a { background-color: rgb(225,140,221); }
div.DivClassName
{
background-color: #E18CDD;
}
.BgClassName
{
background-color: #E18CDD;
}
</style>
border-color css
<style>
span { border-color: #E18CDD; }
span { border-color: rgb(225,140,221); }
td.TdClassName
{
border-color: #E18CDD;
}
.TagClassName
{
border-color: #E18CDD;
}
</style>