#E89CE5

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

Shades of Plum #E89CE5

Tints of Plum #E89CE5

Color information

#E89CE5 (or 0xE89CE5) is unknown color: approx Plum. HEX triplet: E8, 9C and E5. RGB value is (232,156,229). Sum of RGB (Red+Green+Blue) = 232+156+229=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89CE5 is #17631A. Grayscale: #BABABA. Windows color (decimal): -1532699 or 15047912. OLE color: 15047912.

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

Color convert

RGB232156229-
CMYK00.330.010.09
HSL302.37º62.3%76.08%-
HSV(B)302.37º32.76%90.98%-
XYZ59.3146.5980-
YUV187.05151.68160.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.60%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=37.60%
G=25.28%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215622900.330.010.09302.3762.376.08
HexE89CE50211912e3e4c
Octal35023434504111145676114
Binary1110100010011100111001010100001110011001011101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89CE5; }

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

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

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

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

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

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

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

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