#ECBFB7

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

Shades of Beauty Bush #ECBFB7

Tints of Beauty Bush #ECBFB7

Color information

#ECBFB7 (or 0xECBFB7) is unknown color: approx Beauty Bush. HEX triplet: EC, BF and B7. RGB value is (236,191,183). Sum of RGB (Red+Green+Blue) = 236+191+183=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFB7 is #134048. Grayscale: #CBCBCB. Windows color (decimal): -1261641 or 12042220. OLE color: 12042220.

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

Color convert

RGB236191183-
CMYK00.190.220.07
HSL9.06º58.24%82.16%-
HSV(B)9.06º22.46%92.55%-
XYZ61.7758.5152.84-
YUV203.54116.41151.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 183 (71.88% from 255) = 30%
R=38.69%
G=31.31%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619118300.190.220.079.0658.2482.16
HexECBFB701316793a52
Octal3542772670232671172122
Binary1110110010111111101101110100111011011110011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFB7; }

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

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

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

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

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

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

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

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