Html Css Color HEX #ECC2C3 Azalea

📋 copy color: '#ECC2C3'

red 236 ◦ green 194 ◦ blue 195

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

Shades of Azalea #ECC2C3

Tints of Azalea #ECC2C3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.04%

 BLUE value IS 195 (76.56% from 255) = 31.2%

R = 37.76%
G = 31.04%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECC2C3 (or 0xECC2C3) is known color: Azalea. HEX triplet: EC, C2 and C3. RGB value is (236,194,195). Sum of RGB (Red+Green+Blue) = 236+194+195=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2C3 is #133D3C. Grayscale: #CECECE. Windows color (decimal): -1260861 or 12829420. OLE color: 12829420.

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

Color convert

RGB 236 194 195 -
CMYK 0 0.18 0.17 0.07
HSL 358.57º 0.53% 0.84% -
HSV(B) 358.57º 0.18% 0.93% -
XYZ 63.73 60.36 59.92 -
YUV 206.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 236 194 195 0 0.18 0.17 0.07 358.57 0.53 0.84
Hex EC C2 C3 0 12 11 7 167 34 54
Octal 354 302 303 0 22 21 7 547 64 124
Binary 11101100 11000010 11000011 0 10010 10001 111 101100111 110100 1010100

Color Harmonies of #ECC2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2C3

Black with #ECC2C3

Text Example


Text Example

White with #ECC2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2C3; }

 p { color: rgb(236,194,195); }

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

background-color css

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

 a { background-color: rgb(236,194,195); }

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

border-color css

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

 span { border-color: rgb(236,194,195); }

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