Html Css Color HEX #ECC5CA Azalea

📋 copy color: '#ECC5CA'

red 236 ◦ green 197 ◦ blue 202

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

Shades of Azalea #ECC5CA

Tints of Azalea #ECC5CA

RGB

 RED value IS 236 (92.58% from 255) = 37.17%

 GREEN value IS 197 (77.34% from 255) = 31.02%

 BLUE value IS 202 (79.3% from 255) = 31.81%

R = 37.17%
G = 31.02%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECC5CA (or 0xECC5CA) is known color: Azalea. HEX triplet: EC, C5 and CA. RGB value is (236,197,202). Sum of RGB (Red+Green+Blue) = 236+197+202=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5CA is #133A35. Grayscale: #D1D1D1. Windows color (decimal): -1260086 or 13288940. OLE color: 13288940.

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

Color convert

RGB 236 197 202 -
CMYK 0 0.17 0.14 0.07
HSL 352.31º 0.51% 0.85% -
HSV(B) 352.31º 0.17% 0.93% -
XYZ 65.22 62.03 64.41 -
YUV 209.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 236 197 202 0 0.17 0.14 0.07 352.31 0.51 0.85
Hex EC C5 CA 0 11 E 7 160 33 55
Octal 354 305 312 0 21 16 7 540 63 125
Binary 11101100 11000101 11001010 0 10001 1110 111 101100000 110011 1010101

Color Harmonies of #ECC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5CA

Black with #ECC5CA

Text Example


Text Example

White with #ECC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5CA; }

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

 H1.HeaderClassName
 {
   color: #ECC5CA;
 }
 .AnyTagClassName
 {
   color: #ECC5CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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