#E89AE5

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

Shades of Plum #E89AE5

Tints of Plum #E89AE5

Color information

#E89AE5 (or 0xE89AE5) is unknown color: approx Plum. HEX triplet: E8, 9A and E5. RGB value is (232,154,229). Sum of RGB (Red+Green+Blue) = 232+154+229=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E89AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89AE5 is #17651A. Grayscale: #B9B9B9. Windows color (decimal): -1533211 or 15047400. OLE color: 15047400.

HSL color Cylindrical-coordinate representation of color #E89AE5: hue angle of 302.31º 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 #E89AE5 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB232154229-
CMYK00.340.010.09
HSL302.31º62.9%75.69%-
HSV(B)302.31º33.62%90.98%-
XYZ58.9845.9279.88-
YUV185.87152.34160.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.72%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 229 (89.84% from 255) = 37.24%
R=37.72%
G=25.04%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215422900.340.010.09302.3162.975.69
HexE89AE50221912e3f4c
Octal35023234504211145677114
Binary1110100010011010111001010100010110011001011101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89AE5; }

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

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

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

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

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

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

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

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