#E89DF0

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

Shades of Plum #E89DF0

Tints of Plum #E89DF0

Color information

#E89DF0 (or 0xE89DF0) is unknown color: approx Plum. HEX triplet: E8, 9D and F0. RGB value is (232,157,240). Sum of RGB (Red+Green+Blue) = 232+157+240=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #E89DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DF0 is #17620F. Grayscale: #BCBCBC. Windows color (decimal): -1532432 or 15769064. OLE color: 15769064.

HSL color Cylindrical-coordinate representation of color #E89DF0: hue angle of 294.22º degrees, saturation: 0.73, 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 #E89DF0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232157240-
CMYK0.030.3500.06
HSL294.22º73.45%77.84%-
HSV(B)294.22º34.58%94.12%-
XYZ61.0647.5688.4-
YUV188.89156.85158.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.88%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=36.88%
G=24.96%
B=38.16%

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
Decimal2321572400.030.3500.06294.2273.4577.84
HexE89DF032306126494e
Octal35023536034306446111116
Binary11101000100111011111000011100011011010010011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89DF0; }

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

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

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

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

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

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

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

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