Shades of Plum #E89CF2
Tints of Plum #E89CF2
RGB
CMYK
RGB Variations
Color information
#E89CF2 (or 0xE89CF2) is known color: Plum. HEX triplet: E8, 9C and F2. RGB value is (232,156,242). Sum of RGB (Red+Green+Blue) = 232+156+242=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #E89CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89CF2 is #17630D. Grayscale: #BCBCBC. Windows color (decimal): -1532686 or 15899880. OLE color: 15899880.
HSL color Cylindrical-coordinate representation of color #E89CF2: hue angle of 293.02º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E89CF2 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 156 | 242 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.05 |
| HSL | 293.02º | 0.77% | 0.78% | - |
| HSV(B) | 293.02º | 0.36% | 0.95% | - |
| XYZ | 61.19 | 47.34 | 89.92 | - |
| YUV | 188.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 242 | 0.04 | 0.36 | 0 | 0.05 | 293.02 | 0.77 | 0.78 |
| Hex | E8 | 9C | F2 | 4 | 24 | 0 | 5 | 125 | 4D | 4E |
| Octal | 350 | 234 | 362 | 4 | 44 | 0 | 5 | 445 | 115 | 116 |
| Binary | 11101000 | 10011100 | 11110010 | 100 | 100100 | 0 | 101 | 100100101 | 1001101 | 1001110 |
Color Harmonies of #E89CF2
Complementary color
Monochromatic Colors of #E89CF2
Black with #E89CF2
Text Example
Text Example
White with #E89CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89CF2; }
p { color: rgb(232,156,242); }
H1.HeaderClassName
{
color: #E89CF2;
}
.AnyTagClassName
{
color: #E89CF2;
}
</style>
background-color css
<style>
a { background-color: #E89CF2; }
a { background-color: rgb(232,156,242); }
div.DivClassName
{
background-color: #E89CF2;
}
.BgClassName
{
background-color: #E89CF2;
}
</style>
border-color css
<style>
span { border-color: #E89CF2; }
span { border-color: rgb(232,156,242); }
td.TdClassName
{
border-color: #E89CF2;
}
.TagClassName
{
border-color: #E89CF2;
}
</style>