#EAC0BB

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

Shades of Beauty Bush #EAC0BB

Tints of Beauty Bush #EAC0BB

Color information

#EAC0BB (or 0xEAC0BB) is unknown color: approx Beauty Bush. HEX triplet: EA, C0 and BB. RGB value is (234,192,187). Sum of RGB (Red+Green+Blue) = 234+192+187=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0BB is #153F44. Grayscale: #CCCCCC. Windows color (decimal): -1392453 or 12304618. OLE color: 12304618.

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

Color convert

RGB234192187-
CMYK00.180.200.08
HSL6.38º52.81%82.55%-
HSV(B)6.38º20.09%91.76%-
XYZ61.7558.7855.1-
YUV203.99118.41149.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 192 (75.39% from 255) = 31.32%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=38.17%
G=31.32%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419218700.180.200.086.3852.8182.55
HexEAC0BB01214863553
Octal3523002730222410665123
Binary1110101011000000101110110100101010010001101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0BB; }

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

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

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

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

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

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

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

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