#EAC2BC

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

Shades of Beauty Bush #EAC2BC

Tints of Beauty Bush #EAC2BC

Color information

#EAC2BC (or 0xEAC2BC) is unknown color: approx Beauty Bush. HEX triplet: EA, C2 and BC. RGB value is (234,194,188). Sum of RGB (Red+Green+Blue) = 234+194+188=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2BC is #153D43. Grayscale: #CDCDCD. Windows color (decimal): -1391940 or 12370666. OLE color: 12370666.

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

Color convert

RGB234194188-
CMYK00.170.200.08
HSL7.83º52.27%82.75%-
HSV(B)7.83º19.66%91.76%-
XYZ62.359.7155.82-
YUV205.28118.25148.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 188 (73.83% from 255) = 30.52%
R=37.99%
G=31.49%
B=30.52%

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
Decimal23419418800.170.200.087.8352.2782.75
HexEAC2BC01114883453
Octal35230227402124101064123
Binary11101010110000101011110001000110100100010001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2BC; }

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

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

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

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

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

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

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

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