#E8B1EF

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

Shades of Plum #E8B1EF

Tints of Plum #E8B1EF

Color information

#E8B1EF (or 0xE8B1EF) is unknown color: approx Plum. HEX triplet: E8, B1 and EF. RGB value is (232,177,239). Sum of RGB (Red+Green+Blue) = 232+177+239=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8B1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B1EF is #174E10. Grayscale: #C8C8C8. Windows color (decimal): -1527313 or 15708648. OLE color: 15708648.

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

Color convert

RGB232177239-
CMYK0.030.2600.06
HSL293.23º65.96%81.57%-
HSV(B)293.23º25.94%93.73%-
XYZ64.5854.8388.84-
YUV200.51149.72150.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.80%
GREEN value IS 177 (69.53% from 255) = 27.31%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=35.80%
G=27.31%
B=36.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321772390.030.2600.06293.2365.9681.57
HexE8B1EF31A061254252
Octal35026135733206445102122
Binary1110100010110001111011111111010011010010010110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B1EF; }

 p { color: rgb(232,177,239); }

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

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

 a { background-color: rgb(232,177,239); }

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

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

 span { border-color: rgb(232,177,239); }

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