#ECB2B1

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

Shades of Beauty Bush #ECB2B1

Tints of Beauty Bush #ECB2B1

Color information

#ECB2B1 (or 0xECB2B1) is unknown color: approx Beauty Bush. HEX triplet: EC, B2 and B1. RGB value is (236,178,177). Sum of RGB (Red+Green+Blue) = 236+178+177=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2B1 is #134D4E. Grayscale: #C3C3C3. Windows color (decimal): -1264975 or 11645676. OLE color: 11645676.

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

Color convert

RGB236178177-
CMYK00.250.250.07
HSL1.02º60.82%80.98%-
HSV(B)1.02º25%92.55%-
XYZ58.4552.8548.72-
YUV195.23117.72157.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 177 (69.53% from 255) = 29.95%
R=39.93%
G=30.12%
B=29.95%

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
Decimal23617817700.250.250.071.0260.8280.98
HexECB2B101919713d51
Octal354262261031317175121
Binary1110110010110010101100010110011100111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2B1; }

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

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

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

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

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

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

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

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