#E8B0EB

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

Shades of Plum #E8B0EB

Tints of Plum #E8B0EB

Color information

#E8B0EB (or 0xE8B0EB) is unknown color: approx Plum. HEX triplet: E8, B0 and EB. RGB value is (232,176,235). Sum of RGB (Red+Green+Blue) = 232+176+235=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8B0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0EB is #174F14. Grayscale: #C7C7C7. Windows color (decimal): -1527573 or 15446248. OLE color: 15446248.

HSL color Cylindrical-coordinate representation of color #E8B0EB: hue angle of 296.95º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8B0EB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232176235-
CMYK0.010.2500.08
HSL296.95º59.6%80.59%-
HSV(B)296.95º25.11%92.16%-
XYZ63.854.285.7-
YUV199.47148.05151.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 176 (69.14% from 255) = 27.37%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=36.08%
G=27.37%
B=36.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321762350.010.2500.08296.9559.680.59
HexE8B0EB119081293c51
Octal35026035313101045174121
Binary111010001011000011101011111001010001001010011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B0EB; }

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

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

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

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

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

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

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

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