#ECB5B2

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

Shades of Beauty Bush #ECB5B2

Tints of Beauty Bush #ECB5B2

Color information

#ECB5B2 (or 0xECB5B2) is unknown color: approx Beauty Bush. HEX triplet: EC, B5 and B2. RGB value is (236,181,178). Sum of RGB (Red+Green+Blue) = 236+181+178=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5B2 is #134A4D. Grayscale: #C5C5C5. Windows color (decimal): -1264206 or 11711980. OLE color: 11711980.

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

Color convert

RGB236181178-
CMYK00.230.250.07
HSL3.1º60.42%81.18%-
HSV(B)3.1º24.58%92.55%-
XYZ59.1554.0949.44-
YUV197.1117.22155.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 178 (69.92% from 255) = 29.92%
R=39.66%
G=30.42%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618117800.230.250.073.160.4281.18
HexECB5B201719733c51
Octal354265262027317374121
Binary11101100101101011011001001011111001111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5B2; }

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

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

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

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

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

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

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

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