#ECBABF

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

Shades of Azalea #ECBABF

Tints of Azalea #ECBABF

Color information

#ECBABF (or 0xECBABF) is unknown color: approx Azalea. HEX triplet: EC, BA and BF. RGB value is (236,186,191). Sum of RGB (Red+Green+Blue) = 236+186+191=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBABF is #134540. Grayscale: #C9C9C9. Windows color (decimal): -1262913 or 12565228. OLE color: 12565228.

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

Color convert

RGB236186191-
CMYK00.210.190.07
HSL354º56.82%82.75%-
HSV(B)354º21.19%92.55%-
XYZ61.5556.7156.99-
YUV201.52122.06152.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 191 (75% from 255) = 31.16%
R=38.50%
G=30.34%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618619100.210.190.0735456.8282.75
HexECBABF0151371623953
Octal35427227702523754271123
Binary111011001011101010111111010101100111111011000101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBABF; }

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

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

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

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

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

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

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

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