#EBBAB3

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

Shades of Beauty Bush #EBBAB3

Tints of Beauty Bush #EBBAB3

Color information

#EBBAB3 (or 0xEBBAB3) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and B3. RGB value is (235,186,179). Sum of RGB (Red+Green+Blue) = 235+186+179=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAB3 is #14454C. Grayscale: #C7C7C7. Windows color (decimal): -1328461 or 11778795. OLE color: 11778795.

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

Color convert

RGB235186179-
CMYK00.210.240.08
HSL7.5º58.33%81.18%-
HSV(B)7.5º23.83%92.16%-
XYZ59.9656.0350.3-
YUV199.85116.23153.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 179 (70.31% from 255) = 29.83%
R=39.17%
G=31%
B=29.83%

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
Decimal23518617900.210.240.087.558.3381.18
HexEBBAB301518883a51
Octal35327226302530101072121
Binary11101011101110101011001101010111000100010001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAB3; }

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

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

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

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

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

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

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

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