#EABCB3

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

Shades of Beauty Bush #EABCB3

Tints of Beauty Bush #EABCB3

Color information

#EABCB3 (or 0xEABCB3) is unknown color: approx Beauty Bush. HEX triplet: EA, BC and B3. RGB value is (234,188,179). Sum of RGB (Red+Green+Blue) = 234+188+179=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCB3 is #15434C. Grayscale: #C8C8C8. Windows color (decimal): -1393485 or 11779306. OLE color: 11779306.

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

Color convert

RGB234188179-
CMYK00.200.240.08
HSL9.82º56.7%80.98%-
HSV(B)9.82º23.5%91.76%-
XYZ60.0556.7150.43-
YUV200.73115.74151.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 179 (70.31% from 255) = 29.78%
R=38.94%
G=31.28%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418817900.200.240.089.8256.780.98
HexEABCB3014188a3951
Octal35227426302430101271121
Binary11101010101111001011001101010011000100010101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCB3; }

 p { color: rgb(234,188,179); }

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

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

 a { background-color: rgb(234,188,179); }

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

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

 span { border-color: rgb(234,188,179); }

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