Shades of Plum #E18BDC
Tints of Plum #E18BDC
RGB
CMYK
RGB Variations
Color information
#E18BDC (or 0xE18BDC) is known color: Plum. HEX triplet: E1, 8B and DC. RGB value is (225,139,220). Sum of RGB (Red+Green+Blue) = 225+139+220=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BDC is #1E7423. Grayscale: #ADADAD. Windows color (decimal): -1995812 or 14453729. OLE color: 14453729.
HSL color Cylindrical-coordinate representation of color #E18BDC: hue angle of 303.49º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BDC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 220 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.12 |
| HSL | 303.49º | 0.59% | 0.71% | - |
| HSV(B) | 303.49º | 0.38% | 0.88% | - |
| XYZ | 53.2 | 39.64 | 72.56 | - |
| YUV | 173.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 220 | 0 | 0.38 | 0.02 | 0.12 | 303.49 | 0.59 | 0.71 |
| Hex | E1 | 8B | DC | 0 | 26 | 2 | C | 12F | 3B | 47 |
| Octal | 341 | 213 | 334 | 0 | 46 | 2 | 14 | 457 | 73 | 107 |
| Binary | 11100001 | 10001011 | 11011100 | 0 | 100110 | 10 | 1100 | 100101111 | 111011 | 1000111 |
Color Harmonies of #E18BDC
Complementary color
Monochromatic Colors of #E18BDC
Black with #E18BDC
Text Example
Text Example
White with #E18BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18BDC; }
p { color: rgb(225,139,220); }
H1.HeaderClassName
{
color: #E18BDC;
}
.AnyTagClassName
{
color: #E18BDC;
}
</style>
background-color css
<style>
a { background-color: #E18BDC; }
a { background-color: rgb(225,139,220); }
div.DivClassName
{
background-color: #E18BDC;
}
.BgClassName
{
background-color: #E18BDC;
}
</style>
border-color css
<style>
span { border-color: #E18BDC; }
span { border-color: rgb(225,139,220); }
td.TdClassName
{
border-color: #E18BDC;
}
.TagClassName
{
border-color: #E18BDC;
}
</style>