Html Css Color HEX #ECC6CA Azalea

📋 copy color: '#ECC6CA'

red 236 ◦ green 198 ◦ blue 202

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

Shades of Azalea #ECC6CA

Tints of Azalea #ECC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.13%

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

R = 37.11%
G = 31.13%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECC6CA (or 0xECC6CA) is known color: Azalea. HEX triplet: EC, C6 and CA. RGB value is (236,198,202). Sum of RGB (Red+Green+Blue) = 236+198+202=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6CA is #133935. Grayscale: #D1D1D1. Windows color (decimal): -1259830 or 13289196. OLE color: 13289196.

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

Color convert

RGB 236 198 202 -
CMYK 0 0.16 0.14 0.07
HSL 353.68º 0.5% 0.85% -
HSV(B) 353.68º 0.16% 0.93% -
XYZ 65.45 62.49 64.49 -
YUV 209.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 236 198 202 0 0.16 0.14 0.07 353.68 0.5 0.85
Hex EC C6 CA 0 10 E 7 162 32 55
Octal 354 306 312 0 20 16 7 542 62 125
Binary 11101100 11000110 11001010 0 10000 1110 111 101100010 110010 1010101

Color Harmonies of #ECC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC6CA

Black with #ECC6CA

Text Example


Text Example

White with #ECC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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