#E5B0EC

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

Shades of Plum #E5B0EC

Tints of Plum #E5B0EC

Color information

#E5B0EC (or 0xE5B0EC) is unknown color: approx Plum. HEX triplet: E5, B0 and EC. RGB value is (229,176,236). Sum of RGB (Red+Green+Blue) = 229+176+236=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B0EC is #1A4F13. Grayscale: #C6C6C6. Windows color (decimal): -1724180 or 15511781. OLE color: 15511781.

HSL color Cylindrical-coordinate representation of color #E5B0EC: hue angle of 293º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5B0EC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229176236-
CMYK0.030.2500.07
HSL293º61.22%80.78%-
HSV(B)293º25.42%92.55%-
XYZ62.9853.7686.42-
YUV198.69149.06149.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 176 (69.14% from 255) = 27.46%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=35.73%
G=27.46%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291762360.030.2500.0729361.2280.78
HexE5B0EC319071253d51
Octal3452603543310744575121
Binary111001011011000011101100111100101111001001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B0EC; }

 p { color: rgb(229,176,236); }

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

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

 a { background-color: rgb(229,176,236); }

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

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

 span { border-color: rgb(229,176,236); }

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