#E5B0EB

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

Shades of Plum #E5B0EB

Tints of Plum #E5B0EB

Color information

#E5B0EB (or 0xE5B0EB) is unknown color: approx Plum. HEX triplet: E5, B0 and EB. RGB value is (229,176,235). Sum of RGB (Red+Green+Blue) = 229+176+235=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B0EB is #1A4F14. Grayscale: #C6C6C6. Windows color (decimal): -1724181 or 15446245. OLE color: 15446245.

HSL color Cylindrical-coordinate representation of color #E5B0EB: hue angle of 293.9º 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 #E5B0EB is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229176235-
CMYK0.030.2500.08
HSL293.9º59.6%80.59%-
HSV(B)293.9º25.11%92.16%-
XYZ62.8353.7185.65-
YUV198.57148.56149.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 176 (69.14% from 255) = 27.5%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=35.78%
G=27.5%
B=36.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291762350.030.2500.08293.959.680.59
HexE5B0EB319081263c51
Octal34526035333101044674121
Binary1110010110110000111010111111001010001001001101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B0EB; }

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

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

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

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

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

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

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

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