#E2BBBB

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

Shades of Beauty Bush #E2BBBB

Tints of Beauty Bush #E2BBBB

Color information

#E2BBBB (or 0xE2BBBB) is unknown color: approx Beauty Bush. HEX triplet: E2, BB and BB. RGB value is (226,187,187). Sum of RGB (Red+Green+Blue) = 226+187+187=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBBB is #1D4444. Grayscale: #C6C6C6. Windows color (decimal): -1918021 or 12303330. OLE color: 12303330.

HSL color Cylindrical-coordinate representation of color #E2BBBB: hue angle of 0º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BBBB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226187187-
CMYK00.170.170.11
HSL40.21%80.98%-
HSV(B)17.26%88.63%-
XYZ58.155.354.62-
YUV198.66121.42147.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=37.67%
G=31.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618718700.170.170.11040.2180.98
HexE2BBBB01111B02851
Octal3422732730212113050121
Binary11100010101110111011101101000110001101101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBBB; }

 p { color: rgb(226,187,187); }

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

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

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

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

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

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

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