#EABAB4

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

Shades of Beauty Bush #EABAB4

Tints of Beauty Bush #EABAB4

Color information

#EABAB4 (or 0xEABAB4) is unknown color: approx Beauty Bush. HEX triplet: EA, BA and B4. RGB value is (234,186,180). Sum of RGB (Red+Green+Blue) = 234+186+180=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAB4 is #15454B. Grayscale: #C7C7C7. Windows color (decimal): -1393996 or 11844330. OLE color: 11844330.

HSL color Cylindrical-coordinate representation of color #EABAB4: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABAB4 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234186180-
CMYK00.210.230.08
HSL6.67º56.25%81.18%-
HSV(B)6.67º23.08%91.76%-
XYZ59.7355.9150.82-
YUV199.67116.9152.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 180 (70.70% from 255) = 30%
R=39%
G=31%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418618000.210.230.086.6756.2581.18
HexEABAB401517873851
Octal3522722640252710770121
Binary1110101010111010101101000101011011110001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAB4; }

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

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

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

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

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

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

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

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