#ECB3AF

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

Shades of Beauty Bush #ECB3AF

Tints of Beauty Bush #ECB3AF

Color information

#ECB3AF (or 0xECB3AF) is unknown color: approx Beauty Bush. HEX triplet: EC, B3 and AF. RGB value is (236,179,175). Sum of RGB (Red+Green+Blue) = 236+179+175=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB3AF is #134C50. Grayscale: #C3C3C3. Windows color (decimal): -1264721 or 11514860. OLE color: 11514860.

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

Color convert

RGB236179175-
CMYK00.240.260.07
HSL3.93º61.62%80.59%-
HSV(B)3.93º25.85%92.55%-
XYZ58.4553.1747.74-
YUV195.59116.38156.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=40%
G=30.34%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617917500.240.260.073.9361.6280.59
HexECB3AF0181A743e51
Octal354263257030327476121
Binary111011001011001110101111011000110101111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB3AF; }

 p { color: rgb(236,179,175); }

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

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

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

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

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

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

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