#ECC9CA

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

Shades of Azalea #ECC9CA

Tints of Azalea #ECC9CA

Color information

#ECC9CA (or 0xECC9CA) is unknown color: approx Azalea. HEX triplet: EC, C9 and CA. RGB value is (236,201,202). Sum of RGB (Red+Green+Blue) = 236+201+202=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9CA is #133635. Grayscale: #D3D3D3. Windows color (decimal): -1259062 or 13289964. OLE color: 13289964.

HSL color Cylindrical-coordinate representation of color #ECC9CA: hue angle of 358.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC9CA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236201202-
CMYK00.150.140.07
HSL358.29º47.95%85.69%-
HSV(B)358.29º14.83%92.55%-
XYZ66.1463.8764.72-
YUV211.58122.6145.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=36.93%
G=31.46%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620120200.150.140.07358.2947.9585.69
HexECC9CA0FE71663056
Octal35431131201716754660126
Binary1110110011001001110010100111111101111011001101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9CA; }

 p { color: rgb(236,201,202); }

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

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

 a { background-color: rgb(236,201,202); }

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

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

 span { border-color: rgb(236,201,202); }

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