Shades of Plum #E9B0EA
Tints of Plum #E9B0EA
RGB
CMYK
RGB Variations
Color information
#E9B0EA (or 0xE9B0EA) is known color: Plum. HEX triplet: E9, B0 and EA. RGB value is (233,176,234). Sum of RGB (Red+Green+Blue) = 233+176+234=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9B0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B0EA is #164F15. Grayscale: #C7C7C7. Windows color (decimal): -1462038 or 15380713. OLE color: 15380713.
HSL color Cylindrical-coordinate representation of color #E9B0EA: hue angle of 298.97º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9B0EA is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 176 | 234 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.08 |
| HSL | 298.97º | 0.58% | 0.8% | - |
| HSV(B) | 298.97º | 0.25% | 0.92% | - |
| XYZ | 63.98 | 54.31 | 84.95 | - |
| YUV | 199.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 234 | 0.00 | 0.25 | 0 | 0.08 | 298.97 | 0.58 | 0.8 |
| Hex | E9 | B0 | EA | 0 | 19 | 0 | 8 | 12B | 3A | 50 |
| Octal | 351 | 260 | 352 | 0 | 31 | 0 | 10 | 453 | 72 | 120 |
| Binary | 11101001 | 10110000 | 11101010 | 0 | 11001 | 0 | 1000 | 100101011 | 111010 | 1010000 |
Color Harmonies of #E9B0EA
Complementary color
Monochromatic Colors of #E9B0EA
Black with #E9B0EA
Text Example
Text Example
White with #E9B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0EA; }
p { color: rgb(233,176,234); }
H1.HeaderClassName
{
color: #E9B0EA;
}
.AnyTagClassName
{
color: #E9B0EA;
}
</style>
background-color css
<style>
a { background-color: #E9B0EA; }
a { background-color: rgb(233,176,234); }
div.DivClassName
{
background-color: #E9B0EA;
}
.BgClassName
{
background-color: #E9B0EA;
}
</style>
border-color css
<style>
span { border-color: #E9B0EA; }
span { border-color: rgb(233,176,234); }
td.TdClassName
{
border-color: #E9B0EA;
}
.TagClassName
{
border-color: #E9B0EA;
}
</style>