Shades of Plum #E1A8DB
Tints of Plum #E1A8DB
RGB
CMYK
RGB Variations
Color information
#E1A8DB (or 0xE1A8DB) is known color: Plum. HEX triplet: E1, A8 and DB. RGB value is (225,168,219). Sum of RGB (Red+Green+Blue) = 225+168+219=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8DB is #1E5724. Grayscale: #BEBEBE. Windows color (decimal): -1988389 or 14395617. OLE color: 14395617.
HSL color Cylindrical-coordinate representation of color #E1A8DB: hue angle of 306.32º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8DB is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 219 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.12 |
| HSL | 306.32º | 0.49% | 0.77% | - |
| HSV(B) | 306.32º | 0.25% | 0.88% | - |
| XYZ | 57.84 | 49.13 | 73.45 | - |
| YUV | 190.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 219 | 0 | 0.25 | 0.03 | 0.12 | 306.32 | 0.49 | 0.77 |
| Hex | E1 | A8 | DB | 0 | 19 | 3 | C | 132 | 31 | 4D |
| Octal | 341 | 250 | 333 | 0 | 31 | 3 | 14 | 462 | 61 | 115 |
| Binary | 11100001 | 10101000 | 11011011 | 0 | 11001 | 11 | 1100 | 100110010 | 110001 | 1001101 |
Color Harmonies of #E1A8DB
Complementary color
Monochromatic Colors of #E1A8DB
Black with #E1A8DB
Text Example
Text Example
White with #E1A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8DB; }
p { color: rgb(225,168,219); }
H1.HeaderClassName
{
color: #E1A8DB;
}
.AnyTagClassName
{
color: #E1A8DB;
}
</style>
background-color css
<style>
a { background-color: #E1A8DB; }
a { background-color: rgb(225,168,219); }
div.DivClassName
{
background-color: #E1A8DB;
}
.BgClassName
{
background-color: #E1A8DB;
}
</style>
border-color css
<style>
span { border-color: #E1A8DB; }
span { border-color: rgb(225,168,219); }
td.TdClassName
{
border-color: #E1A8DB;
}
.TagClassName
{
border-color: #E1A8DB;
}
</style>