#EBBBB2

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

Shades of Beauty Bush #EBBBB2

Tints of Beauty Bush #EBBBB2

Color information

#EBBBB2 (or 0xEBBBB2) is unknown color: approx Beauty Bush. HEX triplet: EB, BB and B2. RGB value is (235,187,178). Sum of RGB (Red+Green+Blue) = 235+187+178=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBB2 is #14444D. Grayscale: #C8C8C8. Windows color (decimal): -1328206 or 11713515. OLE color: 11713515.

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

Color convert

RGB235187178-
CMYK00.200.240.08
HSL9.47º58.76%80.98%-
HSV(B)9.47º24.26%92.16%-
XYZ60.0756.4249.84-
YUV200.33115.4152.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 178 (69.92% from 255) = 29.67%
R=39.17%
G=31.17%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518717800.200.240.089.4758.7680.98
HexEBBBB201418893b51
Octal35327326202430101173121
Binary11101011101110111011001001010011000100010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBB2; }

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

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

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

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

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

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

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

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