#EBB7B2

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

Shades of Beauty Bush #EBB7B2

Tints of Beauty Bush #EBB7B2

Color information

#EBB7B2 (or 0xEBB7B2) is unknown color: approx Beauty Bush. HEX triplet: EB, B7 and B2. RGB value is (235,183,178). Sum of RGB (Red+Green+Blue) = 235+183+178=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB7B2 is #14484D. Grayscale: #C6C6C6. Windows color (decimal): -1329230 or 11712491. OLE color: 11712491.

HSL color Cylindrical-coordinate representation of color #EBB7B2: hue angle of 5.26º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB7B2 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235183178-
CMYK00.220.240.08
HSL5.26º58.76%80.98%-
HSV(B)5.26º24.26%92.16%-
XYZ59.2354.7449.56-
YUV197.98116.73154.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 183 (71.88% from 255) = 30.70%
BLUE value IS 178 (69.92% from 255) = 29.87%
R=39.43%
G=30.70%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518317800.220.240.085.2658.7680.98
HexEBB7B201618853b51
Octal3532672620263010573121
Binary1110101110110111101100100101101100010001011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7B2; }

 p { color: rgb(235,183,178); }

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

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

 a { background-color: rgb(235,183,178); }

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

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

 span { border-color: rgb(235,183,178); }

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