#EBB5B2

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

Shades of Beauty Bush #EBB5B2

Tints of Beauty Bush #EBB5B2

Color information

#EBB5B2 (or 0xEBB5B2) is unknown color: approx Beauty Bush. HEX triplet: EB, B5 and B2. RGB value is (235,181,178). Sum of RGB (Red+Green+Blue) = 235+181+178=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB5B2 is #144A4D. Grayscale: #C4C4C4. Windows color (decimal): -1329742 or 11711979. OLE color: 11711979.

HSL color Cylindrical-coordinate representation of color #EBB5B2: hue angle of 3.16º 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 #EBB5B2 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235181178-
CMYK00.230.240.08
HSL3.16º58.76%80.98%-
HSV(B)3.16º24.26%92.16%-
XYZ58.8253.9249.43-
YUV196.8117.39155.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 181 (71.09% from 255) = 30.47%
BLUE value IS 178 (69.92% from 255) = 29.97%
R=39.56%
G=30.47%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518117800.230.240.083.1658.7680.98
HexEBB5B201718833b51
Octal3532652620273010373121
Binary111010111011010110110010010111110001000111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5B2; }

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

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

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

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

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

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

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

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