Html Css Color HEX #ECC3C9 Azalea

📋 copy color: '#ECC3C9'

red 236 ◦ green 195 ◦ blue 201

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

Shades of Azalea #ECC3C9

Tints of Azalea #ECC3C9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.85%

 BLUE value IS 201 (78.91% from 255) = 31.8%

R = 37.34%
G = 30.85%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ECC3C9 (or 0xECC3C9) is known color: Azalea. HEX triplet: EC, C3 and C9. RGB value is (236,195,201). Sum of RGB (Red+Green+Blue) = 236+195+201=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC3C9 is #133C36. Grayscale: #CFCFCF. Windows color (decimal): -1260599 or 13222892. OLE color: 13222892.

HSL color Cylindrical-coordinate representation of color #ECC3C9: hue angle of 351.22º degrees, saturation: 0.52, 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 #ECC3C9 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 195 201 -
CMYK 0 0.17 0.15 0.07
HSL 351.22º 0.52% 0.85% -
HSV(B) 351.22º 0.17% 0.93% -
XYZ 64.65 61.08 63.64 -
YUV 207.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 236 195 201 0 0.17 0.15 0.07 351.22 0.52 0.85
Hex EC C3 C9 0 11 F 7 15F 34 55
Octal 354 303 311 0 21 17 7 537 64 125
Binary 11101100 11000011 11001001 0 10001 1111 111 101011111 110100 1010101

Color Harmonies of #ECC3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC3C9

Black with #ECC3C9

Text Example


Text Example

White with #ECC3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC3C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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