#E1BDBD

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

Shades of Beauty Bush #E1BDBD

Tints of Beauty Bush #E1BDBD

Color information

#E1BDBD (or 0xE1BDBD) is unknown color: approx Beauty Bush. HEX triplet: E1, BD and BD. RGB value is (225,189,189). Sum of RGB (Red+Green+Blue) = 225+189+189=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDBD is #1E4242. Grayscale: #C7C7C7. Windows color (decimal): -1983043 or 12434913. OLE color: 12434913.

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

Color convert

RGB225189189-
CMYK00.160.160.12
HSL37.5%81.18%-
HSV(B)16%88.24%-
XYZ58.4356.0855.89-
YUV199.76121.93146-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=37.31%
G=31.34%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518918900.160.160.12037.581.18
HexE1BDBD01010C02651
Octal3412752750202014046121
Binary11100001101111011011110101000010000110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDBD; }

 p { color: rgb(225,189,189); }

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

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

 a { background-color: rgb(225,189,189); }

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

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

 span { border-color: rgb(225,189,189); }

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