#ECBAB5

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

Shades of Beauty Bush #ECBAB5

Tints of Beauty Bush #ECBAB5

Color information

#ECBAB5 (or 0xECBAB5) is unknown color: approx Beauty Bush. HEX triplet: EC, BA and B5. RGB value is (236,186,181). Sum of RGB (Red+Green+Blue) = 236+186+181=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAB5 is #13454A. Grayscale: #C8C8C8. Windows color (decimal): -1262923 or 11909868. OLE color: 11909868.

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

Color convert

RGB236186181-
CMYK00.210.230.07
HSL5.45º59.14%81.76%-
HSV(B)5.45º23.31%92.55%-
XYZ60.4956.2951.39-
YUV200.38117.06153.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 181 (71.09% from 255) = 30.02%
R=39.14%
G=30.85%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618618100.210.230.075.4559.1481.76
HexECBAB501517753b52
Octal354272265025277573122
Binary111011001011101010110101010101101111111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAB5; }

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

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

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

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

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

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

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

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