#EAB1B0

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

Shades of Beauty Bush #EAB1B0

Tints of Beauty Bush #EAB1B0

Color information

#EAB1B0 (or 0xEAB1B0) is unknown color: approx Beauty Bush. HEX triplet: EA, B1 and B0. RGB value is (234,177,176). Sum of RGB (Red+Green+Blue) = 234+177+176=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB1B0 is #154E4F. Grayscale: #C1C1C1. Windows color (decimal): -1396304 or 11579882. OLE color: 11579882.

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

Color convert

RGB234177176-
CMYK00.240.250.08
HSL1.03º58%80.39%-
HSV(B)1.03º24.79%91.76%-
XYZ57.4952.0748.09-
YUV193.93117.88156.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=39.86%
G=30.15%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417717600.240.250.081.035880.39
HexEAB1B001819813a50
Octal3522612600303110172120
Binary11101010101100011011000001100011001100011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1B0; }

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

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

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

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

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

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

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

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