#E89AF0

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

Shades of Plum #E89AF0

Tints of Plum #E89AF0

Color information

#E89AF0 (or 0xE89AF0) is unknown color: approx Plum. HEX triplet: E8, 9A and F0. RGB value is (232,154,240). Sum of RGB (Red+Green+Blue) = 232+154+240=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #E89AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89AF0 is #17650F. Grayscale: #BABABA. Windows color (decimal): -1533200 or 15768296. OLE color: 15768296.

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

Color convert

RGB232154240-
CMYK0.030.3600.06
HSL294.42º74.14%77.25%-
HSV(B)294.42º35.83%94.12%-
XYZ60.5646.5688.23-
YUV187.13157.84160.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=37.06%
G=24.60%
B=38.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321542400.030.3600.06294.4274.1477.25
HexE89AF0324061264a4d
Octal35023236034406446112115
Binary11101000100110101111000011100100011010010011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89AF0; }

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

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

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

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

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

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

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

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