#ECBFB5

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

Shades of Beauty Bush #ECBFB5

Tints of Beauty Bush #ECBFB5

Color information

#ECBFB5 (or 0xECBFB5) is unknown color: approx Beauty Bush. HEX triplet: EC, BF and B5. RGB value is (236,191,181). Sum of RGB (Red+Green+Blue) = 236+191+181=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFB5 is #13404A. Grayscale: #CBCBCB. Windows color (decimal): -1261643 or 11911148. OLE color: 11911148.

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

Color convert

RGB236191181-
CMYK00.190.230.07
HSL10.91º59.14%81.76%-
HSV(B)10.91º23.31%92.55%-
XYZ61.5658.4351.75-
YUV203.32115.41151.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=38.82%
G=31.41%
B=29.77%

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
Decimal23619118100.190.230.0710.9159.1481.76
HexECBFB5013177b3b52
Octal3542772650232771373122
Binary1110110010111111101101010100111011111110111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFB5; }

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

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

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

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

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

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

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

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