#E89CE1

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

Shades of Plum #E89CE1

Tints of Plum #E89CE1

Color information

#E89CE1 (or 0xE89CE1) is unknown color: approx Plum. HEX triplet: E8, 9C and E1. RGB value is (232,156,225). Sum of RGB (Red+Green+Blue) = 232+156+225=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89CE1 is #17631E. Grayscale: #BABABA. Windows color (decimal): -1532703 or 14785768. OLE color: 14785768.

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

Color convert

RGB232156225-
CMYK00.330.030.09
HSL305.53º62.3%76.08%-
HSV(B)305.53º32.76%90.98%-
XYZ58.7646.3777.09-
YUV186.59149.68160.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.85%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=37.85%
G=25.45%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215622500.330.030.09305.5362.376.08
HexE89CE1021391323e4c
Octal35023434104131146276114
Binary11101000100111001110000101000011110011001100101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89CE1; }

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

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

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

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

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

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

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

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