#EAC2BB

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

Shades of Beauty Bush #EAC2BB

Tints of Beauty Bush #EAC2BB

Color information

#EAC2BB (or 0xEAC2BB) is unknown color: approx Beauty Bush. HEX triplet: EA, C2 and BB. RGB value is (234,194,187). Sum of RGB (Red+Green+Blue) = 234+194+187=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2BB is #153D44. Grayscale: #CDCDCD. Windows color (decimal): -1391941 or 12305130. OLE color: 12305130.

HSL color Cylindrical-coordinate representation of color #EAC2BB: hue angle of 8.94º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAC2BB is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234194187-
CMYK00.170.200.08
HSL8.94º52.81%82.55%-
HSV(B)8.94º20.09%91.76%-
XYZ62.1959.6655.25-
YUV205.16117.75148.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=38.05%
G=31.54%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419418700.170.200.088.9452.8182.55
HexEAC2BB01114893553
Octal35230227302124101165123
Binary11101010110000101011101101000110100100010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2BB; }

 p { color: rgb(234,194,187); }

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

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

 a { background-color: rgb(234,194,187); }

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

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

 span { border-color: rgb(234,194,187); }

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