#EABCB6

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

Shades of Beauty Bush #EABCB6

Tints of Beauty Bush #EABCB6

Color information

#EABCB6 (or 0xEABCB6) is unknown color: approx Beauty Bush. HEX triplet: EA, BC and B6. RGB value is (234,188,182). Sum of RGB (Red+Green+Blue) = 234+188+182=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCB6 is #154349. Grayscale: #C9C9C9. Windows color (decimal): -1393482 or 11975914. OLE color: 11975914.

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

Color convert

RGB234188182-
CMYK00.200.220.08
HSL6.92º55.32%81.57%-
HSV(B)6.92º22.22%91.76%-
XYZ60.3656.8452.05-
YUV201.07117.24151.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=38.74%
G=31.13%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418818200.200.220.086.9255.3281.57
HexEABCB601416873752
Octal3522742660242610767122
Binary1110101010111100101101100101001011010001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCB6; }

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

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

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

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

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

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

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

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