Shades of Plum #E89DF4
Tints of Plum #E89DF4
RGB
CMYK
RGB Variations
Color information
#E89DF4 (or 0xE89DF4) is known color: Plum. HEX triplet: E8, 9D and F4. RGB value is (232,157,244). Sum of RGB (Red+Green+Blue) = 232+157+244=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 244 (95.70% from 255 or 38.55% from 633); Max value from RGB is 244 - color contains mainly: blue. Hex color #E89DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DF4 is #17620B. Grayscale: #BDBDBD. Windows color (decimal): -1532428 or 16031208. OLE color: 16031208.
HSL color Cylindrical-coordinate representation of color #E89DF4: hue angle of 291.72º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E89DF4 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 157 | 244 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.04 |
| HSL | 291.72º | 0.8% | 0.79% | - |
| HSV(B) | 291.72º | 0.36% | 0.96% | - |
| XYZ | 61.66 | 47.8 | 91.56 | - |
| YUV | 189.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 244 | 0.05 | 0.36 | 0 | 0.04 | 291.72 | 0.8 | 0.79 |
| Hex | E8 | 9D | F4 | 5 | 24 | 0 | 4 | 124 | 50 | 4F |
| Octal | 350 | 235 | 364 | 5 | 44 | 0 | 4 | 444 | 120 | 117 |
| Binary | 11101000 | 10011101 | 11110100 | 101 | 100100 | 0 | 100 | 100100100 | 1010000 | 1001111 |
Color Harmonies of #E89DF4
Complementary color
Monochromatic Colors of #E89DF4
Black with #E89DF4
Text Example
Text Example
White with #E89DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89DF4; }
p { color: rgb(232,157,244); }
H1.HeaderClassName
{
color: #E89DF4;
}
.AnyTagClassName
{
color: #E89DF4;
}
</style>
background-color css
<style>
a { background-color: #E89DF4; }
a { background-color: rgb(232,157,244); }
div.DivClassName
{
background-color: #E89DF4;
}
.BgClassName
{
background-color: #E89DF4;
}
</style>
border-color css
<style>
span { border-color: #E89DF4; }
span { border-color: rgb(232,157,244); }
td.TdClassName
{
border-color: #E89DF4;
}
.TagClassName
{
border-color: #E89DF4;
}
</style>