Shades of Plum #E89CEF
Tints of Plum #E89CEF
RGB
CMYK
RGB Variations
Color information
#E89CEF (or 0xE89CEF) is known color: Plum. HEX triplet: E8, 9C and EF. RGB value is (232,156,239). Sum of RGB (Red+Green+Blue) = 232+156+239=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #E89CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89CEF is #176310. Grayscale: #BBBBBB. Windows color (decimal): -1532689 or 15703272. OLE color: 15703272.
HSL color Cylindrical-coordinate representation of color #E89CEF: hue angle of 294.94º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89CEF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 156 | 239 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.06 |
| HSL | 294.94º | 0.72% | 0.77% | - |
| HSV(B) | 294.94º | 0.35% | 0.94% | - |
| XYZ | 60.75 | 47.16 | 87.56 | - |
| YUV | 188.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 239 | 0.03 | 0.35 | 0 | 0.06 | 294.94 | 0.72 | 0.77 |
| Hex | E8 | 9C | EF | 3 | 23 | 0 | 6 | 127 | 48 | 4D |
| Octal | 350 | 234 | 357 | 3 | 43 | 0 | 6 | 447 | 110 | 115 |
| Binary | 11101000 | 10011100 | 11101111 | 11 | 100011 | 0 | 110 | 100100111 | 1001000 | 1001101 |
Color Harmonies of #E89CEF
Complementary color
Monochromatic Colors of #E89CEF
Black with #E89CEF
Text Example
Text Example
White with #E89CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89CEF; }
p { color: rgb(232,156,239); }
H1.HeaderClassName
{
color: #E89CEF;
}
.AnyTagClassName
{
color: #E89CEF;
}
</style>
background-color css
<style>
a { background-color: #E89CEF; }
a { background-color: rgb(232,156,239); }
div.DivClassName
{
background-color: #E89CEF;
}
.BgClassName
{
background-color: #E89CEF;
}
</style>
border-color css
<style>
span { border-color: #E89CEF; }
span { border-color: rgb(232,156,239); }
td.TdClassName
{
border-color: #E89CEF;
}
.TagClassName
{
border-color: #E89CEF;
}
</style>