Shades of Plum #E9B3EF
Tints of Plum #E9B3EF
RGB
CMYK
RGB Variations
Color information
#E9B3EF (or 0xE9B3EF) is known color: Plum. HEX triplet: E9, B3 and EF. RGB value is (233,179,239). Sum of RGB (Red+Green+Blue) = 233+179+239=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B3EF is #164C10. Grayscale: #C9C9C9. Windows color (decimal): -1461265 or 15709161. OLE color: 15709161.
HSL color Cylindrical-coordinate representation of color #E9B3EF: hue angle of 294º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9B3EF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 179 | 239 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.06 |
| HSL | 294º | 0.65% | 0.82% | - |
| HSV(B) | 294º | 0.25% | 0.94% | - |
| XYZ | 65.3 | 55.8 | 88.99 | - |
| YUV | 201.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 179 | 239 | 0.03 | 0.25 | 0 | 0.06 | 294 | 0.65 | 0.82 |
| Hex | E9 | B3 | EF | 3 | 19 | 0 | 6 | 126 | 41 | 52 |
| Octal | 351 | 263 | 357 | 3 | 31 | 0 | 6 | 446 | 101 | 122 |
| Binary | 11101001 | 10110011 | 11101111 | 11 | 11001 | 0 | 110 | 100100110 | 1000001 | 1010010 |
Color Harmonies of #E9B3EF
Complementary color
Monochromatic Colors of #E9B3EF
Black with #E9B3EF
Text Example
Text Example
White with #E9B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B3EF; }
p { color: rgb(233,179,239); }
H1.HeaderClassName
{
color: #E9B3EF;
}
.AnyTagClassName
{
color: #E9B3EF;
}
</style>
background-color css
<style>
a { background-color: #E9B3EF; }
a { background-color: rgb(233,179,239); }
div.DivClassName
{
background-color: #E9B3EF;
}
.BgClassName
{
background-color: #E9B3EF;
}
</style>
border-color css
<style>
span { border-color: #E9B3EF; }
span { border-color: rgb(233,179,239); }
td.TdClassName
{
border-color: #E9B3EF;
}
.TagClassName
{
border-color: #E9B3EF;
}
</style>