#ECB1B0

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

Shades of Beauty Bush #ECB1B0

Tints of Beauty Bush #ECB1B0

Color information

#ECB1B0 (or 0xECB1B0) is unknown color: approx Beauty Bush. HEX triplet: EC, B1 and B0. RGB value is (236,177,176). Sum of RGB (Red+Green+Blue) = 236+177+176=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1B0 is #134E4F. Grayscale: #C2C2C2. Windows color (decimal): -1265232 or 11579884. OLE color: 11579884.

HSL color Cylindrical-coordinate representation of color #ECB1B0: hue angle of 1º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1B0 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236177176-
CMYK00.250.250.07
HSL61.22%80.78%-
HSV(B)25.42%92.55%-
XYZ58.1552.4148.13-
YUV194.53117.55157.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=40.07%
G=30.05%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617717600.250.250.07161.2280.78
HexECB1B001919713d51
Octal354261260031317175121
Binary1110110010110001101100000110011100111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1B0; }

 p { color: rgb(236,177,176); }

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

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

 a { background-color: rgb(236,177,176); }

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

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

 span { border-color: rgb(236,177,176); }

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