Shades of Plum #E89DF1
Tints of Plum #E89DF1
RGB
CMYK
RGB Variations
Color information
#E89DF1 (or 0xE89DF1) is known color: Plum. HEX triplet: E8, 9D and F1. RGB value is (232,157,241). Sum of RGB (Red+Green+Blue) = 232+157+241=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #E89DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DF1 is #17620E. Grayscale: #BCBCBC. Windows color (decimal): -1532431 or 15834600. OLE color: 15834600.
HSL color Cylindrical-coordinate representation of color #E89DF1: hue angle of 293.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89DF1 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 157 | 241 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.05 |
| HSL | 293.57º | 0.75% | 0.78% | - |
| HSV(B) | 293.57º | 0.35% | 0.95% | - |
| XYZ | 61.21 | 47.62 | 89.18 | - |
| YUV | 189 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 241 | 0.04 | 0.35 | 0 | 0.05 | 293.57 | 0.75 | 0.78 |
| Hex | E8 | 9D | F1 | 4 | 23 | 0 | 5 | 126 | 4B | 4E |
| Octal | 350 | 235 | 361 | 4 | 43 | 0 | 5 | 446 | 113 | 116 |
| Binary | 11101000 | 10011101 | 11110001 | 100 | 100011 | 0 | 101 | 100100110 | 1001011 | 1001110 |
Color Harmonies of #E89DF1
Complementary color
Monochromatic Colors of #E89DF1
Black with #E89DF1
Text Example
Text Example
White with #E89DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89DF1; }
p { color: rgb(232,157,241); }
H1.HeaderClassName
{
color: #E89DF1;
}
.AnyTagClassName
{
color: #E89DF1;
}
</style>
background-color css
<style>
a { background-color: #E89DF1; }
a { background-color: rgb(232,157,241); }
div.DivClassName
{
background-color: #E89DF1;
}
.BgClassName
{
background-color: #E89DF1;
}
</style>
border-color css
<style>
span { border-color: #E89DF1; }
span { border-color: rgb(232,157,241); }
td.TdClassName
{
border-color: #E89DF1;
}
.TagClassName
{
border-color: #E89DF1;
}
</style>