Html Css Color HEX #ECC5C9 Azalea

📋 copy color: '#ECC5C9'

red 236 ◦ green 197 ◦ blue 201

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

Shades of Azalea #ECC5C9

Tints of Azalea #ECC5C9

RGB

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

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

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

R = 37.22%
G = 31.07%
B = 31.7%

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

#ECC5C9 (or 0xECC5C9) is known color: Azalea. HEX triplet: EC, C5 and C9. RGB value is (236,197,201). Sum of RGB (Red+Green+Blue) = 236+197+201=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5C9 is #133A36. Grayscale: #D1D1D1. Windows color (decimal): -1260087 or 13223404. OLE color: 13223404.

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

Color convert

RGB 236 197 201 -
CMYK 0 0.17 0.15 0.07
HSL 353.85º 0.51% 0.85% -
HSV(B) 353.85º 0.17% 0.93% -
XYZ 65.1 61.98 63.79 -
YUV 209.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 236 197 201 0 0.17 0.15 0.07 353.85 0.51 0.85
Hex EC C5 C9 0 11 F 7 162 33 55
Octal 354 305 311 0 21 17 7 542 63 125
Binary 11101100 11000101 11001001 0 10001 1111 111 101100010 110011 1010101

Color Harmonies of #ECC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5C9

Black with #ECC5C9

Text Example


Text Example

White with #ECC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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