#ECBABB

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

Shades of Azalea #ECBABB

Tints of Azalea #ECBABB

Color information

#ECBABB (or 0xECBABB) is unknown color: approx Azalea. HEX triplet: EC, BA and BB. RGB value is (236,186,187). Sum of RGB (Red+Green+Blue) = 236+186+187=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBABB is #134544. Grayscale: #C9C9C9. Windows color (decimal): -1262917 or 12303084. OLE color: 12303084.

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

Color convert

RGB236186187-
CMYK00.210.210.07
HSL358.8º56.82%82.75%-
HSV(B)358.8º21.19%92.55%-
XYZ61.1256.5454.71-
YUV201.06120.06152.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=38.75%
G=30.54%
B=30.71%

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
Decimal23618618700.210.210.07358.856.8282.75
HexECBABB0151571673953
Octal35427227302525754771123
Binary111011001011101010111011010101101011111011001111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBABB; }

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

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

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

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

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

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

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

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