#EABAAD

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

Shades of Beauty Bush #EABAAD

Tints of Beauty Bush #EABAAD

Color information

#EABAAD (or 0xEABAAD) is unknown color: approx Beauty Bush. HEX triplet: EA, BA and AD. RGB value is (234,186,173). Sum of RGB (Red+Green+Blue) = 234+186+173=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAAD is #154552. Grayscale: #C6C6C6. Windows color (decimal): -1394003 or 11385578. OLE color: 11385578.

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

Color convert

RGB234186173-
CMYK00.210.260.08
HSL12.79º59.22%79.8%-
HSV(B)12.79º26.07%91.76%-
XYZ59.0355.6347.16-
YUV198.87113.4153.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=39.46%
G=31.37%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418617300.210.260.0812.7959.2279.8
HexEABAAD0151A8d3b50
Octal35227225502532101573120
Binary11101010101110101010110101010111010100011011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAAD; }

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

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

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

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

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

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

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

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