#ECBABA

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

Shades of Beauty Bush #ECBABA

Tints of Beauty Bush #ECBABA

Color information

#ECBABA (or 0xECBABA) is unknown color: approx Beauty Bush. HEX triplet: EC, BA and BA. RGB value is (236,186,186). Sum of RGB (Red+Green+Blue) = 236+186+186=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBABA is #134545. Grayscale: #C9C9C9. Windows color (decimal): -1262918 or 12237548. OLE color: 12237548.

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

Color convert

RGB236186186-
CMYK00.210.210.07
HSL56.82%82.75%-
HSV(B)21.19%92.55%-
XYZ61.0156.554.14-
YUV200.95119.56153-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=38.82%
G=30.59%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618618600.210.210.07056.8282.75
HexECBABA01515703953
Octal354272272025257071123
Binary1110110010111010101110100101011010111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBABA; }

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

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

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

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

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

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

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

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