#E89AE1

Color #E89AE1 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E89AE1

Tints of Plum #E89AE1

Color information

#E89AE1 (or 0xE89AE1) is unknown color: approx Plum. HEX triplet: E8, 9A and E1. RGB value is (232,154,225). Sum of RGB (Red+Green+Blue) = 232+154+225=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E89AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89AE1 is #17651E. Grayscale: #B9B9B9. Windows color (decimal): -1533215 or 14785256. OLE color: 14785256.

HSL color Cylindrical-coordinate representation of color #E89AE1: hue angle of 305.38º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89AE1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB232154225-
CMYK00.340.030.09
HSL305.38º62.9%75.69%-
HSV(B)305.38º33.62%90.98%-
XYZ58.4245.776.98-
YUV185.42150.34161.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=37.97%
G=25.20%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215422500.340.030.09305.3862.975.69
HexE89AE1022391313f4c
Octal35023234104231146177114
Binary11101000100110101110000101000101110011001100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89AE1; }

 p { color: rgb(232,154,225); }

 H1.HeaderClassName
 {
   color: #E89AE1;
 }
 .AnyTagClassName
 {
   color: #E89AE1;
 }
</style>
background-color css

<style>
 a { background-color: #E89AE1; }

 a { background-color: rgb(232,154,225); }

 div.DivClassName
 {
   background-color: #E89AE1;
 }
 .BgClassName
 {
   background-color: #E89AE1;
 }
</style>
border-color css

<style>
 span { border-color: #E89AE1; }

 span { border-color: rgb(232,154,225); }

 td.TdClassName
 {
   border-color: #E89AE1;
 }
 .TagClassName
 {
   border-color: #E89AE1;
 }
</style>