#EBBAB2

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

Shades of Beauty Bush #EBBAB2

Tints of Beauty Bush #EBBAB2

Color information

#EBBAB2 (or 0xEBBAB2) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and B2. RGB value is (235,186,178). Sum of RGB (Red+Green+Blue) = 235+186+178=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAB2 is #14454D. Grayscale: #C7C7C7. Windows color (decimal): -1328462 or 11713259. OLE color: 11713259.

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

Color convert

RGB235186178-
CMYK00.210.240.08
HSL8.42º58.76%80.98%-
HSV(B)8.42º24.26%92.16%-
XYZ59.8655.9949.77-
YUV199.74115.73153.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 178 (69.92% from 255) = 29.72%
R=39.23%
G=31.05%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518617800.210.240.088.4258.7680.98
HexEBBAB201518883b51
Octal35327226202530101073121
Binary11101011101110101011001001010111000100010001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAB2; }

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

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

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

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

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

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

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

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