#ECB1AD

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

Shades of Beauty Bush #ECB1AD

Tints of Beauty Bush #ECB1AD

Color information

#ECB1AD (or 0xECB1AD) is unknown color: approx Beauty Bush. HEX triplet: EC, B1 and AD. RGB value is (236,177,173). Sum of RGB (Red+Green+Blue) = 236+177+173=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1AD is #134E52. Grayscale: #C2C2C2. Windows color (decimal): -1265235 or 11383276. OLE color: 11383276.

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

Color convert

RGB236177173-
CMYK00.250.270.07
HSL3.81º62.38%80.2%-
HSV(B)3.81º26.69%92.55%-
XYZ57.8652.2946.58-
YUV194.18116.05157.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=40.27%
G=30.20%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617717300.250.270.073.8162.3880.2
HexECB1AD0191B743e50
Octal354261255031337476120
Binary111011001011000110101101011001110111111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1AD; }

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

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

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

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

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

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

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

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