#E2B0EB

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

Shades of Plum #E2B0EB

Tints of Plum #E2B0EB

Color information

#E2B0EB (or 0xE2B0EB) is unknown color: approx Plum. HEX triplet: E2, B0 and EB. RGB value is (226,176,235). Sum of RGB (Red+Green+Blue) = 226+176+235=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B0EB is #1D4F14. Grayscale: #C5C5C5. Windows color (decimal): -1920789 or 15446242. OLE color: 15446242.

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

Color convert

RGB226176235-
CMYK0.040.2500.08
HSL290.85º59.6%80.59%-
HSV(B)290.85º25.11%92.16%-
XYZ61.8853.2285.61-
YUV197.68149.06148.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 176 (69.14% from 255) = 27.63%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=35.48%
G=27.63%
B=36.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261762350.040.2500.08290.8559.680.59
HexE2B0EB419081233c51
Octal34226035343101044374121
Binary11100010101100001110101110011001010001001000111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B0EB; }

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

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

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

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

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

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

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

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