#ECBAB6

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

Shades of Beauty Bush #ECBAB6

Tints of Beauty Bush #ECBAB6

Color information

#ECBAB6 (or 0xECBAB6) is unknown color: approx Beauty Bush. HEX triplet: EC, BA and B6. RGB value is (236,186,182). Sum of RGB (Red+Green+Blue) = 236+186+182=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAB6 is #134549. Grayscale: #C8C8C8. Windows color (decimal): -1262922 or 11975404. OLE color: 11975404.

HSL color Cylindrical-coordinate representation of color #ECBAB6: hue angle of 4.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBAB6 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB236186182-
CMYK00.210.230.07
HSL4.44º58.7%81.96%-
HSV(B)4.44º22.88%92.55%-
XYZ60.5956.3351.93-
YUV200.49117.56153.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=39.07%
G=30.79%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618618200.210.230.074.4458.781.96
HexECBAB601517743b52
Octal354272266025277473122
Binary111011001011101010110110010101101111111001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAB6; }

 p { color: rgb(236,186,182); }

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

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

 a { background-color: rgb(236,186,182); }

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

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

 span { border-color: rgb(236,186,182); }

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