#E5B2EB

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

Shades of Plum #E5B2EB

Tints of Plum #E5B2EB

Color information

#E5B2EB (or 0xE5B2EB) is unknown color: approx Plum. HEX triplet: E5, B2 and EB. RGB value is (229,178,235). Sum of RGB (Red+Green+Blue) = 229+178+235=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B2EB is #1A4D14. Grayscale: #C7C7C7. Windows color (decimal): -1723669 or 15446757. OLE color: 15446757.

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

Color convert

RGB229178235-
CMYK0.030.2400.08
HSL293.68º58.76%80.98%-
HSV(B)293.68º24.26%92.16%-
XYZ63.2354.585.78-
YUV199.75147.9148.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.67%
GREEN value IS 178 (69.92% from 255) = 27.73%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=35.67%
G=27.73%
B=36.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291782350.030.2400.08293.6858.7680.98
HexE5B2EB318081263b51
Octal34526235333001044673121
Binary1110010110110010111010111111000010001001001101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B2EB; }

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

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

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

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

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

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

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

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