#E8B0EF

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

Shades of Plum #E8B0EF

Tints of Plum #E8B0EF

Color information

#E8B0EF (or 0xE8B0EF) is unknown color: approx Plum. HEX triplet: E8, B0 and EF. RGB value is (232,176,239). Sum of RGB (Red+Green+Blue) = 232+176+239=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8B0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0EF is #174F10. Grayscale: #C7C7C7. Windows color (decimal): -1527569 or 15708392. OLE color: 15708392.

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

Color convert

RGB232176239-
CMYK0.030.2600.06
HSL293.33º66.32%81.37%-
HSV(B)293.33º26.36%93.73%-
XYZ64.3854.4488.78-
YUV199.93150.05150.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.86%
GREEN value IS 176 (69.14% from 255) = 27.20%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=35.86%
G=27.20%
B=36.94%

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
Decimal2321762390.030.2600.06293.3366.3281.37
HexE8B0EF31A061254251
Octal35026035733206445102121
Binary1110100010110000111011111111010011010010010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B0EF; }

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

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

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

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

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

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

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

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