Shades of Plum #E3B3E8
Tints of Plum #E3B3E8
RGB
CMYK
RGB Variations
Color information
#E3B3E8 (or 0xE3B3E8) is known color: Plum. HEX triplet: E3, B3 and E8. RGB value is (227,179,232). Sum of RGB (Red+Green+Blue) = 227+179+232=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #E3B3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B3E8 is #1C4C17. Grayscale: #C7C7C7. Windows color (decimal): -1854488 or 15250403. OLE color: 15250403.
HSL color Cylindrical-coordinate representation of color #E3B3E8: hue angle of 294.34º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3B3E8 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 179 | 232 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.09 |
| HSL | 294.34º | 0.54% | 0.81% | - |
| HSV(B) | 294.34º | 0.23% | 0.91% | - |
| XYZ | 62.36 | 54.4 | 83.56 | - |
| YUV | 199.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 179 | 232 | 0.02 | 0.23 | 0 | 0.09 | 294.34 | 0.54 | 0.81 |
| Hex | E3 | B3 | E8 | 2 | 17 | 0 | 9 | 126 | 36 | 51 |
| Octal | 343 | 263 | 350 | 2 | 27 | 0 | 11 | 446 | 66 | 121 |
| Binary | 11100011 | 10110011 | 11101000 | 10 | 10111 | 0 | 1001 | 100100110 | 110110 | 1010001 |
Color Harmonies of #E3B3E8
Complementary color
Monochromatic Colors of #E3B3E8
Black with #E3B3E8
Text Example
Text Example
White with #E3B3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B3E8; }
p { color: rgb(227,179,232); }
H1.HeaderClassName
{
color: #E3B3E8;
}
.AnyTagClassName
{
color: #E3B3E8;
}
</style>
background-color css
<style>
a { background-color: #E3B3E8; }
a { background-color: rgb(227,179,232); }
div.DivClassName
{
background-color: #E3B3E8;
}
.BgClassName
{
background-color: #E3B3E8;
}
</style>
border-color css
<style>
span { border-color: #E3B3E8; }
span { border-color: rgb(227,179,232); }
td.TdClassName
{
border-color: #E3B3E8;
}
.TagClassName
{
border-color: #E3B3E8;
}
</style>