Html Css Color HEX #ECC9CA Azalea

📋 copy color: '#ECC9CA'

red 236 ◦ green 201 ◦ blue 202

#ECC9CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #ECC9CA

Tints of Azalea #ECC9CA

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.3% from 255) = 31.61%

R = 36.93%
G = 31.46%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECC9CA (or 0xECC9CA) is known color: 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

RGB 236 201 202 -
CMYK 0 0.15 0.14 0.07
HSL 358.29º 0.48% 0.86% -
HSV(B) 358.29º 0.15% 0.93% -
XYZ 66.14 63.87 64.72 -
YUV 211.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 236 201 202 0 0.15 0.14 0.07 358.29 0.48 0.86
Hex EC C9 CA 0 F E 7 166 30 56
Octal 354 311 312 0 17 16 7 546 60 126
Binary 11101100 11001001 11001010 0 1111 1110 111 101100110 110000 1010110

Color Harmonies of #ECC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC9CA

Black with #ECC9CA

Text Example


Text Example

White with #ECC9CA

Text Example


Text Example

HTML Codes & Css Web 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>