#EAB9B6

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

Shades of Beauty Bush #EAB9B6

Tints of Beauty Bush #EAB9B6

Color information

#EAB9B6 (or 0xEAB9B6) is unknown color: approx Beauty Bush. HEX triplet: EA, B9 and B6. RGB value is (234,185,182). Sum of RGB (Red+Green+Blue) = 234+185+182=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9B6 is #154649. Grayscale: #C7C7C7. Windows color (decimal): -1394250 or 11975146. OLE color: 11975146.

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

Color convert

RGB234185182-
CMYK00.210.220.08
HSL3.46º55.32%81.57%-
HSV(B)3.46º22.22%91.76%-
XYZ59.7255.5751.83-
YUV199.31118.23152.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 182 (71.48% from 255) = 30.28%
R=38.94%
G=30.78%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418518200.210.220.083.4655.3281.57
HexEAB9B601516833752
Octal3522712660252610367122
Binary111010101011100110110110010101101101000111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9B6; }

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

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

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

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

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

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

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

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