#EBB1AD

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

Shades of Beauty Bush #EBB1AD

Tints of Beauty Bush #EBB1AD

Color information

#EBB1AD (or 0xEBB1AD) is unknown color: approx Beauty Bush. HEX triplet: EB, B1 and AD. RGB value is (235,177,173). Sum of RGB (Red+Green+Blue) = 235+177+173=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1AD is #144E52. Grayscale: #C1C1C1. Windows color (decimal): -1330771 or 11383275. OLE color: 11383275.

HSL color Cylindrical-coordinate representation of color #EBB1AD: hue angle of 3.87º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB1AD is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235177173-
CMYK00.250.260.08
HSL3.87º60.78%80%-
HSV(B)3.87º26.38%92.16%-
XYZ57.5352.1246.56-
YUV193.89116.22157.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=40.17%
G=30.26%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517717300.250.260.083.8760.7880
HexEBB1AD0191A843d50
Octal3532612550313210475120
Binary1110101110110001101011010110011101010001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1AD; }

 p { color: rgb(235,177,173); }

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

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

 a { background-color: rgb(235,177,173); }

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

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

 span { border-color: rgb(235,177,173); }

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