#E2B0EA

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

Shades of Plum #E2B0EA

Tints of Plum #E2B0EA

Color information

#E2B0EA (or 0xE2B0EA) is unknown color: approx Plum. HEX triplet: E2, B0 and EA. RGB value is (226,176,234). Sum of RGB (Red+Green+Blue) = 226+176+234=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2B0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B0EA is #1D4F15. Grayscale: #C5C5C5. Windows color (decimal): -1920790 or 15380706. OLE color: 15380706.

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

Color convert

RGB226176234-
CMYK0.030.2500.08
HSL291.72º58%80.39%-
HSV(B)291.72º24.79%91.76%-
XYZ61.7453.1684.85-
YUV197.56148.56148.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.53%
GREEN value IS 176 (69.14% from 255) = 27.67%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=35.53%
G=27.67%
B=36.79%

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
Decimal2261762340.030.2500.08291.725880.39
HexE2B0EA319081243a50
Octal34226035233101044472120
Binary1110001010110000111010101111001010001001001001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B0EA; }

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

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

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

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

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

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

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

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