Html Css Color HEX #ECC9CB Azalea

📋 copy color: '#ECC9CB'

red 236 ◦ green 201 ◦ blue 203

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

Shades of Azalea #ECC9CB

Tints of Azalea #ECC9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.41%

 BLUE value IS 203 (79.69% from 255) = 31.72%

R = 36.88%
G = 31.41%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECC9CB (or 0xECC9CB) is known color: Azalea. HEX triplet: EC, C9 and CB. RGB value is (236,201,203). Sum of RGB (Red+Green+Blue) = 236+201+203=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9CB is #133634. Grayscale: #D3D3D3. Windows color (decimal): -1259061 or 13355500. OLE color: 13355500.

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

Color convert

RGB 236 201 203 -
CMYK 0 0.15 0.14 0.07
HSL 356.57º 0.48% 0.86% -
HSV(B) 356.57º 0.15% 0.93% -
XYZ 66.26 63.92 65.35 -
YUV 211.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 236 201 203 0 0.15 0.14 0.07 356.57 0.48 0.86
Hex EC C9 CB 0 F E 7 165 30 56
Octal 354 311 313 0 17 16 7 545 60 126
Binary 11101100 11001001 11001011 0 1111 1110 111 101100101 110000 1010110

Color Harmonies of #ECC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC9CB

Black with #ECC9CB

Text Example


Text Example

White with #ECC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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