#EABCB8

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

Shades of Beauty Bush #EABCB8

Tints of Beauty Bush #EABCB8

Color information

#EABCB8 (or 0xEABCB8) is unknown color: approx Beauty Bush. HEX triplet: EA, BC and B8. RGB value is (234,188,184). Sum of RGB (Red+Green+Blue) = 234+188+184=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCB8 is #154347. Grayscale: #C9C9C9. Windows color (decimal): -1393480 or 12106986. OLE color: 12106986.

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

Color convert

RGB234188184-
CMYK00.200.210.08
HSL4.8º54.35%81.96%-
HSV(B)4.8º21.37%91.76%-
XYZ60.5756.9253.14-
YUV201.3118.24151.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 184 (72.27% from 255) = 30.36%
R=38.61%
G=31.02%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418818400.200.210.084.854.3581.96
HexEABCB801415853652
Octal3522742700242510566122
Binary1110101010111100101110000101001010110001011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCB8; }

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

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

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

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

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

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

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

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