#E89CF0

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

Shades of Plum #E89CF0

Tints of Plum #E89CF0

Color information

#E89CF0 (or 0xE89CF0) is unknown color: approx Plum. HEX triplet: E8, 9C and F0. RGB value is (232,156,240). Sum of RGB (Red+Green+Blue) = 232+156+240=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #E89CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89CF0 is #17630F. Grayscale: #BCBCBC. Windows color (decimal): -1532688 or 15768808. OLE color: 15768808.

HSL color Cylindrical-coordinate representation of color #E89CF0: hue angle of 294.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89CF0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232156240-
CMYK0.030.3500.06
HSL294.29º73.68%77.65%-
HSV(B)294.29º35%94.12%-
XYZ60.947.2288.34-
YUV188.3157.18159.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.94%
GREEN value IS 156 (61.33% from 255) = 24.84%
BLUE value IS 240 (94.14% from 255) = 38.22%
R=36.94%
G=24.84%
B=38.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321562400.030.3500.06294.2973.6877.65
HexE89CF0323061264a4e
Octal35023436034306446112116
Binary11101000100111001111000011100011011010010011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89CF0; }

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

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

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

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

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

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

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

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