#ECBAB9

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

Shades of Beauty Bush #ECBAB9

Tints of Beauty Bush #ECBAB9

Color information

#ECBAB9 (or 0xECBAB9) is unknown color: approx Beauty Bush. HEX triplet: EC, BA and B9. RGB value is (236,186,185). Sum of RGB (Red+Green+Blue) = 236+186+185=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAB9 is #134546. Grayscale: #C8C8C8. Windows color (decimal): -1262919 or 12172012. OLE color: 12172012.

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

Color convert

RGB236186185-
CMYK00.210.220.07
HSL1.18º57.3%82.55%-
HSV(B)1.18º21.61%92.55%-
XYZ60.9156.4553.59-
YUV200.84119.06153.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=38.88%
G=30.64%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618618500.210.220.071.1857.382.55
HexECBAB901516713953
Octal354272271025267171123
Binary1110110010111010101110010101011011011111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAB9; }

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

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

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

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

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

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

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

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