#E89EF0

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

Shades of Plum #E89EF0

Tints of Plum #E89EF0

Color information

#E89EF0 (or 0xE89EF0) is unknown color: approx Plum. HEX triplet: E8, 9E and F0. RGB value is (232,158,240). Sum of RGB (Red+Green+Blue) = 232+158+240=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #E89EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89EF0 is #17610F. Grayscale: #BDBDBD. Windows color (decimal): -1532176 or 15769320. OLE color: 15769320.

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

Color convert

RGB232158240-
CMYK0.030.3400.06
HSL294.15º73.21%78.04%-
HSV(B)294.15º34.17%94.12%-
XYZ61.2347.988.46-
YUV189.47156.52158.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 158 (62.11% from 255) = 25.08%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=36.83%
G=25.08%
B=38.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321582400.030.3400.06294.1573.2178.04
HexE89EF032206126494e
Octal35023636034206446111116
Binary11101000100111101111000011100010011010010011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89EF0; }

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

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

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

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

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

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

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

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