Shades of Plum #E5B3ED
Tints of Plum #E5B3ED
RGB
CMYK
RGB Variations
Color information
#E5B3ED (or 0xE5B3ED) is known color: Plum. HEX triplet: E5, B3 and ED. RGB value is (229,179,237). Sum of RGB (Red+Green+Blue) = 229+179+237=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5B3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B3ED is #1A4C12. Grayscale: #C8C8C8. Windows color (decimal): -1723411 or 15578085. OLE color: 15578085.
HSL color Cylindrical-coordinate representation of color #E5B3ED: hue angle of 291.72º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B3ED is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 179 | 237 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.07 |
| HSL | 291.72º | 0.62% | 0.82% | - |
| HSV(B) | 291.72º | 0.24% | 0.93% | - |
| XYZ | 63.72 | 55.01 | 87.38 | - |
| YUV | 200.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 237 | 0.03 | 0.24 | 0 | 0.07 | 291.72 | 0.62 | 0.82 |
| Hex | E5 | B3 | ED | 3 | 18 | 0 | 7 | 124 | 3E | 52 |
| Octal | 345 | 263 | 355 | 3 | 30 | 0 | 7 | 444 | 76 | 122 |
| Binary | 11100101 | 10110011 | 11101101 | 11 | 11000 | 0 | 111 | 100100100 | 111110 | 1010010 |
Color Harmonies of #E5B3ED
Complementary color
Monochromatic Colors of #E5B3ED
Black with #E5B3ED
Text Example
Text Example
White with #E5B3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B3ED; }
p { color: rgb(229,179,237); }
H1.HeaderClassName
{
color: #E5B3ED;
}
.AnyTagClassName
{
color: #E5B3ED;
}
</style>
background-color css
<style>
a { background-color: #E5B3ED; }
a { background-color: rgb(229,179,237); }
div.DivClassName
{
background-color: #E5B3ED;
}
.BgClassName
{
background-color: #E5B3ED;
}
</style>
border-color css
<style>
span { border-color: #E5B3ED; }
span { border-color: rgb(229,179,237); }
td.TdClassName
{
border-color: #E5B3ED;
}
.TagClassName
{
border-color: #E5B3ED;
}
</style>