Shades of Plum #E89DF0
Tints of Plum #E89DF0
RGB
CMYK
RGB Variations
Color information
#E89DF0 (or 0xE89DF0) is known color: Plum. HEX triplet: E8, 9D and F0. RGB value is (232,157,240). Sum of RGB (Red+Green+Blue) = 232+157+240=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #E89DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DF0 is #17620F. Grayscale: #BCBCBC. Windows color (decimal): -1532432 or 15769064. OLE color: 15769064.
HSL color Cylindrical-coordinate representation of color #E89DF0: hue angle of 294.22º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89DF0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 157 | 240 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.06 |
| HSL | 294.22º | 0.73% | 0.78% | - |
| HSV(B) | 294.22º | 0.35% | 0.94% | - |
| XYZ | 61.06 | 47.56 | 88.4 | - |
| YUV | 188.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 240 | 0.03 | 0.35 | 0 | 0.06 | 294.22 | 0.73 | 0.78 |
| Hex | E8 | 9D | F0 | 3 | 23 | 0 | 6 | 126 | 49 | 4E |
| Octal | 350 | 235 | 360 | 3 | 43 | 0 | 6 | 446 | 111 | 116 |
| Binary | 11101000 | 10011101 | 11110000 | 11 | 100011 | 0 | 110 | 100100110 | 1001001 | 1001110 |
Color Harmonies of #E89DF0
Complementary color
Monochromatic Colors of #E89DF0
Black with #E89DF0
Text Example
Text Example
White with #E89DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89DF0; }
p { color: rgb(232,157,240); }
H1.HeaderClassName
{
color: #E89DF0;
}
.AnyTagClassName
{
color: #E89DF0;
}
</style>
background-color css
<style>
a { background-color: #E89DF0; }
a { background-color: rgb(232,157,240); }
div.DivClassName
{
background-color: #E89DF0;
}
.BgClassName
{
background-color: #E89DF0;
}
</style>
border-color css
<style>
span { border-color: #E89DF0; }
span { border-color: rgb(232,157,240); }
td.TdClassName
{
border-color: #E89DF0;
}
.TagClassName
{
border-color: #E89DF0;
}
</style>