#ECBABE

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

Shades of Azalea #ECBABE

Tints of Azalea #ECBABE

Color information

#ECBABE (or 0xECBABE) is unknown color: approx Azalea. HEX triplet: EC, BA and BE. RGB value is (236,186,190). Sum of RGB (Red+Green+Blue) = 236+186+190=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBABE is #134541. Grayscale: #C9C9C9. Windows color (decimal): -1262914 or 12499692. OLE color: 12499692.

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

Color convert

RGB236186190-
CMYK00.210.190.07
HSL355.2º56.82%82.75%-
HSV(B)355.2º21.19%92.55%-
XYZ61.4556.6756.41-
YUV201.41121.56152.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=38.56%
G=30.39%
B=31.05%

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
Decimal23618619000.210.190.07355.256.8282.75
HexECBABE0151371633953
Octal35427227602523754371123
Binary111011001011101010111110010101100111111011000111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBABE; }

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

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

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

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

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

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

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

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