#EAC1BB

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

Shades of Beauty Bush #EAC1BB

Tints of Beauty Bush #EAC1BB

Color information

#EAC1BB (or 0xEAC1BB) is unknown color: approx Beauty Bush. HEX triplet: EA, C1 and BB. RGB value is (234,193,187). Sum of RGB (Red+Green+Blue) = 234+193+187=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1BB is #153E44. Grayscale: #CCCCCC. Windows color (decimal): -1392197 or 12304874. OLE color: 12304874.

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

Color convert

RGB234193187-
CMYK00.180.200.08
HSL7.66º52.81%82.55%-
HSV(B)7.66º20.09%91.76%-
XYZ61.9759.2255.18-
YUV204.58118.08148.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=38.11%
G=31.43%
B=30.46%

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
Decimal23419318700.180.200.087.6652.8182.55
HexEAC1BB01214883553
Octal35230127302224101065123
Binary11101010110000011011101101001010100100010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1BB; }

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

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

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

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

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

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

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

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