#ECBAB2

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

Shades of Beauty Bush #ECBAB2

Tints of Beauty Bush #ECBAB2

Color information

#ECBAB2 (or 0xECBAB2) is unknown color: approx Beauty Bush. HEX triplet: EC, BA and B2. RGB value is (236,186,178). Sum of RGB (Red+Green+Blue) = 236+186+178=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAB2 is #13454D. Grayscale: #C8C8C8. Windows color (decimal): -1262926 or 11713260. OLE color: 11713260.

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

Color convert

RGB236186178-
CMYK00.210.250.07
HSL8.28º60.42%81.18%-
HSV(B)8.28º24.58%92.55%-
XYZ60.1956.1749.79-
YUV200.04115.56153.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 178 (69.92% from 255) = 29.67%
R=39.33%
G=31%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618617800.210.250.078.2860.4281.18
HexECBAB201519783c51
Octal3542722620253171074121
Binary1110110010111010101100100101011100111110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAB2; }

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

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

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

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

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

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

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

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