#EABAB1

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

Shades of Beauty Bush #EABAB1

Tints of Beauty Bush #EABAB1

Color information

#EABAB1 (or 0xEABAB1) is unknown color: approx Beauty Bush. HEX triplet: EA, BA and B1. RGB value is (234,186,177). Sum of RGB (Red+Green+Blue) = 234+186+177=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAB1 is #15454E. Grayscale: #C7C7C7. Windows color (decimal): -1393999 or 11647722. OLE color: 11647722.

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

Color convert

RGB234186177-
CMYK00.210.240.08
HSL9.47º57.58%80.59%-
HSV(B)9.47º24.36%91.76%-
XYZ59.4355.7849.23-
YUV199.33115.4152.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 177 (69.53% from 255) = 29.65%
R=39.20%
G=31.16%
B=29.65%

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
Decimal23418617700.210.240.089.4757.5880.59
HexEABAB101518893a51
Octal35227226102530101172121
Binary11101010101110101011000101010111000100010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAB1; }

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

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

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

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

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

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

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

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