Shades of Plum #E8B2EB
Tints of Plum #E8B2EB
RGB
CMYK
RGB Variations
Color information
#E8B2EB (or 0xE8B2EB) is known color: Plum. HEX triplet: E8, B2 and EB. RGB value is (232,178,235). Sum of RGB (Red+Green+Blue) = 232+178+235=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 178 (69.92% from 255 or 27.60% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8B2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B2EB is #174D14. Grayscale: #C8C8C8. Windows color (decimal): -1527061 or 15446760. OLE color: 15446760.
HSL color Cylindrical-coordinate representation of color #E8B2EB: hue angle of 296.84º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B2EB is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 178 | 235 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.08 |
| HSL | 296.84º | 0.59% | 0.81% | - |
| HSV(B) | 296.84º | 0.24% | 0.92% | - |
| XYZ | 64.19 | 54.99 | 85.83 | - |
| YUV | 200.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 235 | 0.01 | 0.24 | 0 | 0.08 | 296.84 | 0.59 | 0.81 |
| Hex | E8 | B2 | EB | 1 | 18 | 0 | 8 | 129 | 3B | 51 |
| Octal | 350 | 262 | 353 | 1 | 30 | 0 | 10 | 451 | 73 | 121 |
| Binary | 11101000 | 10110010 | 11101011 | 1 | 11000 | 0 | 1000 | 100101001 | 111011 | 1010001 |
Color Harmonies of #E8B2EB
Complementary color
Monochromatic Colors of #E8B2EB
Black with #E8B2EB
Text Example
Text Example
White with #E8B2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B2EB; }
p { color: rgb(232,178,235); }
H1.HeaderClassName
{
color: #E8B2EB;
}
.AnyTagClassName
{
color: #E8B2EB;
}
</style>
background-color css
<style>
a { background-color: #E8B2EB; }
a { background-color: rgb(232,178,235); }
div.DivClassName
{
background-color: #E8B2EB;
}
.BgClassName
{
background-color: #E8B2EB;
}
</style>
border-color css
<style>
span { border-color: #E8B2EB; }
span { border-color: rgb(232,178,235); }
td.TdClassName
{
border-color: #E8B2EB;
}
.TagClassName
{
border-color: #E8B2EB;
}
</style>