#EABCB7

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

Shades of Beauty Bush #EABCB7

Tints of Beauty Bush #EABCB7

Color information

#EABCB7 (or 0xEABCB7) is unknown color: approx Beauty Bush. HEX triplet: EA, BC and B7. RGB value is (234,188,183). Sum of RGB (Red+Green+Blue) = 234+188+183=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCB7 is #154348. Grayscale: #C9C9C9. Windows color (decimal): -1393481 or 12041450. OLE color: 12041450.

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

Color convert

RGB234188183-
CMYK00.200.220.08
HSL5.88º54.84%81.76%-
HSV(B)5.88º21.79%91.76%-
XYZ60.4656.8852.59-
YUV201.18117.74151.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 183 (71.88% from 255) = 30.25%
R=38.68%
G=31.07%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418818300.200.220.085.8854.8481.76
HexEABCB701416863752
Octal3522742670242610667122
Binary1110101010111100101101110101001011010001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCB7; }

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

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

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

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

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

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

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

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