#EAB4B0

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

Shades of Beauty Bush #EAB4B0

Tints of Beauty Bush #EAB4B0

Color information

#EAB4B0 (or 0xEAB4B0) is unknown color: approx Beauty Bush. HEX triplet: EA, B4 and B0. RGB value is (234,180,176). Sum of RGB (Red+Green+Blue) = 234+180+176=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB4B0 is #154B4F. Grayscale: #C3C3C3. Windows color (decimal): -1395536 or 11580650. OLE color: 11580650.

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

Color convert

RGB234180176-
CMYK00.230.250.08
HSL4.14º58%80.39%-
HSV(B)4.14º24.79%91.76%-
XYZ58.0953.2748.29-
YUV195.69116.89155.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=39.66%
G=30.51%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418017600.230.250.084.145880.39
HexEAB4B001719843a50
Octal3522642600273110472120
Binary1110101010110100101100000101111100110001001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4B0; }

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

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

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

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

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

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

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

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