Shades of Plum #E89BE6
Tints of Plum #E89BE6
RGB
CMYK
RGB Variations
Color information
#E89BE6 (or 0xE89BE6) is known color: Plum. HEX triplet: E8, 9B and E6. RGB value is (232,155,230). Sum of RGB (Red+Green+Blue) = 232+155+230=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E89BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BE6 is #176419. Grayscale: #BABABA. Windows color (decimal): -1532954 or 15113192. OLE color: 15113192.
HSL color Cylindrical-coordinate representation of color #E89BE6: hue angle of 301.56º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89BE6 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 230 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.09 |
| HSL | 301.56º | 0.63% | 0.76% | - |
| HSV(B) | 301.56º | 0.33% | 0.91% | - |
| XYZ | 59.28 | 46.31 | 80.68 | - |
| YUV | 186.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 230 | 0 | 0.33 | 0.01 | 0.09 | 301.56 | 0.63 | 0.76 |
| Hex | E8 | 9B | E6 | 0 | 21 | 1 | 9 | 12E | 3F | 4C |
| Octal | 350 | 233 | 346 | 0 | 41 | 1 | 11 | 456 | 77 | 114 |
| Binary | 11101000 | 10011011 | 11100110 | 0 | 100001 | 1 | 1001 | 100101110 | 111111 | 1001100 |
Color Harmonies of #E89BE6
Complementary color
Monochromatic Colors of #E89BE6
Black with #E89BE6
Text Example
Text Example
White with #E89BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89BE6; }
p { color: rgb(232,155,230); }
H1.HeaderClassName
{
color: #E89BE6;
}
.AnyTagClassName
{
color: #E89BE6;
}
</style>
background-color css
<style>
a { background-color: #E89BE6; }
a { background-color: rgb(232,155,230); }
div.DivClassName
{
background-color: #E89BE6;
}
.BgClassName
{
background-color: #E89BE6;
}
</style>
border-color css
<style>
span { border-color: #E89BE6; }
span { border-color: rgb(232,155,230); }
td.TdClassName
{
border-color: #E89BE6;
}
.TagClassName
{
border-color: #E89BE6;
}
</style>