#E2BDBD

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

Shades of Beauty Bush #E2BDBD

Tints of Beauty Bush #E2BDBD

Color information

#E2BDBD (or 0xE2BDBD) is unknown color: approx Beauty Bush. HEX triplet: E2, BD and BD. RGB value is (226,189,189). Sum of RGB (Red+Green+Blue) = 226+189+189=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDBD is #1D4242. Grayscale: #C8C8C8. Windows color (decimal): -1917507 or 12434914. OLE color: 12434914.

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

Color convert

RGB226189189-
CMYK00.160.160.11
HSL38.95%81.37%-
HSV(B)16.37%88.63%-
XYZ58.7556.2455.9-
YUV200.06121.76146.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=37.42%
G=31.29%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618918900.160.160.11038.9581.37
HexE2BDBD01010B02751
Octal3422752750202013047121
Binary11100010101111011011110101000010000101101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDBD; }

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

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

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

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

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

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

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

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