#EABAB7

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

Shades of Beauty Bush #EABAB7

Tints of Beauty Bush #EABAB7

Color information

#EABAB7 (or 0xEABAB7) is unknown color: approx Beauty Bush. HEX triplet: EA, BA and B7. RGB value is (234,186,183). Sum of RGB (Red+Green+Blue) = 234+186+183=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAB7 is #154548. Grayscale: #C8C8C8. Windows color (decimal): -1393993 or 12040938. OLE color: 12040938.

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

Color convert

RGB234186183-
CMYK00.210.220.08
HSL3.53º54.84%81.76%-
HSV(B)3.53º21.79%91.76%-
XYZ60.0456.0352.45-
YUV200.01118.4152.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 183 (71.88% from 255) = 30.35%
R=38.81%
G=30.85%
B=30.35%

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
Decimal23418618300.210.220.083.5354.8481.76
HexEABAB701516843752
Octal3522722670252610467122
Binary1110101010111010101101110101011011010001001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAB7; }

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

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

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

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

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

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

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

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