#ECBFB6

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

Shades of Beauty Bush #ECBFB6

Tints of Beauty Bush #ECBFB6

Color information

#ECBFB6 (or 0xECBFB6) is unknown color: approx Beauty Bush. HEX triplet: EC, BF and B6. RGB value is (236,191,182). Sum of RGB (Red+Green+Blue) = 236+191+182=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFB6 is #134049. Grayscale: #CBCBCB. Windows color (decimal): -1261642 or 11976684. OLE color: 11976684.

HSL color Cylindrical-coordinate representation of color #ECBFB6: hue angle of 10º 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 #ECBFB6 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB236191182-
CMYK00.190.230.07
HSL10º58.7%81.96%-
HSV(B)10º22.88%92.55%-
XYZ61.6758.4752.29-
YUV203.43115.91151.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=38.75%
G=31.36%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619118200.190.230.071058.781.96
HexECBFB6013177a3b52
Octal3542772660232771273122
Binary1110110010111111101101100100111011111110101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFB6; }

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

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

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

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

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

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

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

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