#E2C1BE

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

Shades of Beauty Bush #E2C1BE

Tints of Beauty Bush #E2C1BE

Color information

#E2C1BE (or 0xE2C1BE) is unknown color: approx Beauty Bush. HEX triplet: E2, C1 and BE. RGB value is (226,193,190). Sum of RGB (Red+Green+Blue) = 226+193+190=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C1BE is #1D3E41. Grayscale: #CACACA. Windows color (decimal): -1916482 or 12501474. OLE color: 12501474.

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

Color convert

RGB226193190-
CMYK00.150.160.11
HSL38.3%81.57%-
HSV(B)15.93%88.63%-
XYZ59.7358.0356.77-
YUV202.52120.93144.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=37.11%
G=31.69%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619319000.150.160.11538.381.57
HexE2C1BE0F10B52652
Octal3423012760172013546122
Binary111000101100000110111110011111000010111011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1BE; }

 p { color: rgb(226,193,190); }

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

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

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

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

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

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

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