#ECB9BF

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

Shades of Azalea #ECB9BF

Tints of Azalea #ECB9BF

Color information

#ECB9BF (or 0xECB9BF) is unknown color: approx Azalea. HEX triplet: EC, B9 and BF. RGB value is (236,185,191). Sum of RGB (Red+Green+Blue) = 236+185+191=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9BF is #134640. Grayscale: #C8C8C8. Windows color (decimal): -1263169 or 12564972. OLE color: 12564972.

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

Color convert

RGB236185191-
CMYK00.220.190.07
HSL352.94º57.3%82.55%-
HSV(B)352.94º21.61%92.55%-
XYZ61.3556.2956.92-
YUV200.93122.4153.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 185 (72.66% from 255) = 30.23%
BLUE value IS 191 (75% from 255) = 31.21%
R=38.56%
G=30.23%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618519100.220.190.07352.9457.382.55
HexECB9BF0161371613953
Octal35427127702623754171123
Binary111011001011100110111111010110100111111011000011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB9BF; }

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

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

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

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

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

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

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

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