#E7B1B0

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

Shades of Beauty Bush #E7B1B0

Tints of Beauty Bush #E7B1B0

Color information

#E7B1B0 (or 0xE7B1B0) is unknown color: approx Beauty Bush. HEX triplet: E7, B1 and B0. RGB value is (231,177,176). Sum of RGB (Red+Green+Blue) = 231+177+176=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B1B0 is #184E4F. Grayscale: #C1C1C1. Windows color (decimal): -1592912 or 11579879. OLE color: 11579879.

HSL color Cylindrical-coordinate representation of color #E7B1B0: hue angle of 1.09º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B1B0 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231177176-
CMYK00.230.240.09
HSL1.09º53.4%79.8%-
HSV(B)1.09º23.81%90.59%-
XYZ56.5151.5748.05-
YUV193.03118.39155.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.55%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=39.55%
G=30.31%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117717600.230.240.091.0953.479.8
HexE7B1B001718913550
Octal3472612600273011165120
Binary11100111101100011011000001011111000100111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B1B0; }

 p { color: rgb(231,177,176); }

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

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

 a { background-color: rgb(231,177,176); }

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

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

 span { border-color: rgb(231,177,176); }

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