#EBBEB2

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

Shades of Beauty Bush #EBBEB2

Tints of Beauty Bush #EBBEB2

Color information

#EBBEB2 (or 0xEBBEB2) is unknown color: approx Beauty Bush. HEX triplet: EB, BE and B2. RGB value is (235,190,178). Sum of RGB (Red+Green+Blue) = 235+190+178=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBEB2 is #14414D. Grayscale: #CACACA. Windows color (decimal): -1327438 or 11714283. OLE color: 11714283.

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

Color convert

RGB235190178-
CMYK00.190.240.08
HSL12.63º58.76%80.98%-
HSV(B)12.63º24.26%92.16%-
XYZ60.7157.750.06-
YUV202.09114.41151.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=38.97%
G=31.51%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519017800.190.240.0812.6358.7680.98
HexEBBEB2013188d3b51
Octal35327626202330101573121
Binary11101011101111101011001001001111000100011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEB2; }

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

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

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

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

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

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

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

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