#EABEB6

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

Shades of Beauty Bush #EABEB6

Tints of Beauty Bush #EABEB6

Color information

#EABEB6 (or 0xEABEB6) is unknown color: approx Beauty Bush. HEX triplet: EA, BE and B6. RGB value is (234,190,182). Sum of RGB (Red+Green+Blue) = 234+190+182=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEB6 is #154149. Grayscale: #CACACA. Windows color (decimal): -1392970 or 11976426. OLE color: 11976426.

HSL color Cylindrical-coordinate representation of color #EABEB6: hue angle of 9.23º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABEB6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB234190182-
CMYK00.190.220.08
HSL9.23º55.32%81.57%-
HSV(B)9.23º22.22%91.76%-
XYZ60.7957.752.19-
YUV202.24116.58150.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=38.61%
G=31.35%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419018200.190.220.089.2355.3281.57
HexEABEB601316893752
Octal35227626602326101167122
Binary11101010101111101011011001001110110100010011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEB6; }

 p { color: rgb(234,190,182); }

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

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

 a { background-color: rgb(234,190,182); }

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

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

 span { border-color: rgb(234,190,182); }

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