Shades of Plum #E8B1EE
Tints of Plum #E8B1EE
RGB
CMYK
RGB Variations
Color information
#E8B1EE (or 0xE8B1EE) is known color: Plum. HEX triplet: E8, B1 and EE. RGB value is (232,177,238). Sum of RGB (Red+Green+Blue) = 232+177+238=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 177 (69.53% from 255 or 27.36% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8B1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B1EE is #174E11. Grayscale: #C8C8C8. Windows color (decimal): -1527314 or 15643112. OLE color: 15643112.
HSL color Cylindrical-coordinate representation of color #E8B1EE: hue angle of 294.1º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8B1EE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 177 | 238 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.07 |
| HSL | 294.1º | 0.64% | 0.81% | - |
| HSV(B) | 294.1º | 0.26% | 0.93% | - |
| XYZ | 64.43 | 54.77 | 88.07 | - |
| YUV | 200.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 238 | 0.03 | 0.26 | 0 | 0.07 | 294.1 | 0.64 | 0.81 |
| Hex | E8 | B1 | EE | 3 | 1A | 0 | 7 | 126 | 40 | 51 |
| Octal | 350 | 261 | 356 | 3 | 32 | 0 | 7 | 446 | 100 | 121 |
| Binary | 11101000 | 10110001 | 11101110 | 11 | 11010 | 0 | 111 | 100100110 | 1000000 | 1010001 |
Color Harmonies of #E8B1EE
Complementary color
Monochromatic Colors of #E8B1EE
Black with #E8B1EE
Text Example
Text Example
White with #E8B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1EE; }
p { color: rgb(232,177,238); }
H1.HeaderClassName
{
color: #E8B1EE;
}
.AnyTagClassName
{
color: #E8B1EE;
}
</style>
background-color css
<style>
a { background-color: #E8B1EE; }
a { background-color: rgb(232,177,238); }
div.DivClassName
{
background-color: #E8B1EE;
}
.BgClassName
{
background-color: #E8B1EE;
}
</style>
border-color css
<style>
span { border-color: #E8B1EE; }
span { border-color: rgb(232,177,238); }
td.TdClassName
{
border-color: #E8B1EE;
}
.TagClassName
{
border-color: #E8B1EE;
}
</style>