Shades of Plum #E89AEC
Tints of Plum #E89AEC
RGB
CMYK
RGB Variations
Color information
#E89AEC (or 0xE89AEC) is known color: Plum. HEX triplet: E8, 9A and EC. RGB value is (232,154,236). Sum of RGB (Red+Green+Blue) = 232+154+236=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #E89AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89AEC is #176513. Grayscale: #BABABA. Windows color (decimal): -1533204 or 15506152. OLE color: 15506152.
HSL color Cylindrical-coordinate representation of color #E89AEC: hue angle of 297.07º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89AEC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 154 | 236 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.07 |
| HSL | 297.07º | 0.68% | 0.76% | - |
| HSV(B) | 297.07º | 0.35% | 0.93% | - |
| XYZ | 59.97 | 46.32 | 85.14 | - |
| YUV | 186.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 236 | 0.02 | 0.35 | 0 | 0.07 | 297.07 | 0.68 | 0.76 |
| Hex | E8 | 9A | EC | 2 | 23 | 0 | 7 | 129 | 44 | 4C |
| Octal | 350 | 232 | 354 | 2 | 43 | 0 | 7 | 451 | 104 | 114 |
| Binary | 11101000 | 10011010 | 11101100 | 10 | 100011 | 0 | 111 | 100101001 | 1000100 | 1001100 |
Color Harmonies of #E89AEC
Complementary color
Monochromatic Colors of #E89AEC
Black with #E89AEC
Text Example
Text Example
White with #E89AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AEC; }
p { color: rgb(232,154,236); }
H1.HeaderClassName
{
color: #E89AEC;
}
.AnyTagClassName
{
color: #E89AEC;
}
</style>
background-color css
<style>
a { background-color: #E89AEC; }
a { background-color: rgb(232,154,236); }
div.DivClassName
{
background-color: #E89AEC;
}
.BgClassName
{
background-color: #E89AEC;
}
</style>
border-color css
<style>
span { border-color: #E89AEC; }
span { border-color: rgb(232,154,236); }
td.TdClassName
{
border-color: #E89AEC;
}
.TagClassName
{
border-color: #E89AEC;
}
</style>