#E2B0EC

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

Shades of Plum #E2B0EC

Tints of Plum #E2B0EC

Color information

#E2B0EC (or 0xE2B0EC) is unknown color: approx Plum. HEX triplet: E2, B0 and EC. RGB value is (226,176,236). Sum of RGB (Red+Green+Blue) = 226+176+236=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B0EC is #1D4F13. Grayscale: #C5C5C5. Windows color (decimal): -1920788 or 15511778. OLE color: 15511778.

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

Color convert

RGB226176236-
CMYK0.040.2500.07
HSL290º61.22%80.78%-
HSV(B)290º25.42%92.55%-
XYZ62.0353.2886.37-
YUV197.79149.56148.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 176 (69.14% from 255) = 27.59%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=35.42%
G=27.59%
B=36.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261762360.040.2500.0729061.2280.78
HexE2B0EC419071223d51
Octal3422603544310744275121
Binary1110001010110000111011001001100101111001000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B0EC; }

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

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

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

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

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

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

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

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