Shades of Plum #E1B1EB
Tints of Plum #E1B1EB
RGB
CMYK
RGB Variations
Color information
#E1B1EB (or 0xE1B1EB) is known color: Plum. HEX triplet: E1, B1 and EB. RGB value is (225,177,235). Sum of RGB (Red+Green+Blue) = 225+177+235=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B1EB is #1E4E14. Grayscale: #C5C5C5. Windows color (decimal): -1986069 or 15446497. OLE color: 15446497.
HSL color Cylindrical-coordinate representation of color #E1B1EB: hue angle of 289.66º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B1EB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 177 | 235 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.08 |
| HSL | 289.66º | 0.59% | 0.81% | - |
| HSV(B) | 289.66º | 0.25% | 0.92% | - |
| XYZ | 61.77 | 53.45 | 85.66 | - |
| YUV | 197.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 235 | 0.04 | 0.25 | 0 | 0.08 | 289.66 | 0.59 | 0.81 |
| Hex | E1 | B1 | EB | 4 | 19 | 0 | 8 | 122 | 3B | 51 |
| Octal | 341 | 261 | 353 | 4 | 31 | 0 | 10 | 442 | 73 | 121 |
| Binary | 11100001 | 10110001 | 11101011 | 100 | 11001 | 0 | 1000 | 100100010 | 111011 | 1010001 |
Color Harmonies of #E1B1EB
Complementary color
Monochromatic Colors of #E1B1EB
Black with #E1B1EB
Text Example
Text Example
White with #E1B1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B1EB; }
p { color: rgb(225,177,235); }
H1.HeaderClassName
{
color: #E1B1EB;
}
.AnyTagClassName
{
color: #E1B1EB;
}
</style>
background-color css
<style>
a { background-color: #E1B1EB; }
a { background-color: rgb(225,177,235); }
div.DivClassName
{
background-color: #E1B1EB;
}
.BgClassName
{
background-color: #E1B1EB;
}
</style>
border-color css
<style>
span { border-color: #E1B1EB; }
span { border-color: rgb(225,177,235); }
td.TdClassName
{
border-color: #E1B1EB;
}
.TagClassName
{
border-color: #E1B1EB;
}
</style>