#E5B4B1

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

Shades of Beauty Bush #E5B4B1

Tints of Beauty Bush #E5B4B1

Color information

#E5B4B1 (or 0xE5B4B1) is unknown color: approx Beauty Bush. HEX triplet: E5, B4 and B1. RGB value is (229,180,177). Sum of RGB (Red+Green+Blue) = 229+180+177=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B4B1 is #1A4B4E. Grayscale: #C2C2C2. Windows color (decimal): -1723215 or 11646181. OLE color: 11646181.

HSL color Cylindrical-coordinate representation of color #E5B4B1: hue angle of 3.46º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B4B1 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB229180177-
CMYK00.210.230.10
HSL3.46º50%79.61%-
HSV(B)3.46º22.71%89.8%-
XYZ56.5752.4748.74-
YUV194.31118.23152.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.08%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 177 (69.53% from 255) = 30.20%
R=39.08%
G=30.72%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918017700.210.230.103.465079.61
HexE5B4B101517A33250
Octal3452642610252712362120
Binary111001011011010010110001010101101111010111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B4B1; }

 p { color: rgb(229,180,177); }

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

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

 a { background-color: rgb(229,180,177); }

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

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

 span { border-color: rgb(229,180,177); }

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