#E89FE6

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

Shades of Plum #E89FE6

Tints of Plum #E89FE6

Color information

#E89FE6 (or 0xE89FE6) is unknown color: approx Plum. HEX triplet: E8, 9F and E6. RGB value is (232,159,230). Sum of RGB (Red+Green+Blue) = 232+159+230=621 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.36% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FE6 is #176019. Grayscale: #BCBCBC. Windows color (decimal): -1531930 or 15114216. OLE color: 15114216.

HSL color Cylindrical-coordinate representation of color #E89FE6: hue angle of 301.64º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E89FE6 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB232159230-
CMYK00.310.010.09
HSL301.64º61.34%76.67%-
HSV(B)301.64º31.47%90.98%-
XYZ59.9647.6780.9-
YUV188.92151.18158.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.36%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=37.36%
G=25.60%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215923000.310.010.09301.6461.3476.67
HexE89FE601F1912e3d4d
Octal35023734603711145675115
Binary111010001001111111100110011111110011001011101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FE6; }

 p { color: rgb(232,159,230); }

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

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

 a { background-color: rgb(232,159,230); }

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

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

 span { border-color: rgb(232,159,230); }

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