#EBBAB1

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

Shades of Beauty Bush #EBBAB1

Tints of Beauty Bush #EBBAB1

Color information

#EBBAB1 (or 0xEBBAB1) is unknown color: approx Beauty Bush. HEX triplet: EB, BA and B1. RGB value is (235,186,177). Sum of RGB (Red+Green+Blue) = 235+186+177=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAB1 is #14454E. Grayscale: #C7C7C7. Windows color (decimal): -1328463 or 11647723. OLE color: 11647723.

HSL color Cylindrical-coordinate representation of color #EBBAB1: hue angle of 9.31º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBAB1 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235186177-
CMYK00.210.250.08
HSL9.31º59.18%80.78%-
HSV(B)9.31º24.68%92.16%-
XYZ59.7655.9549.25-
YUV199.62115.23153.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 177 (69.53% from 255) = 29.60%
R=39.30%
G=31.10%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518617700.210.250.089.3159.1880.78
HexEBBAB101519893b51
Octal35327226102531101173121
Binary11101011101110101011000101010111001100010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAB1; }

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

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

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

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

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

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

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

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