Html Css Color HEX #ECC7CA Azalea

📋 copy color: '#ECC7CA'

red 236 ◦ green 199 ◦ blue 202

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

Shades of Azalea #ECC7CA

Tints of Azalea #ECC7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.24%

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

R = 37.05%
G = 31.24%
B = 31.71%

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

#ECC7CA (or 0xECC7CA) is known color: Azalea. HEX triplet: EC, C7 and CA. RGB value is (236,199,202). Sum of RGB (Red+Green+Blue) = 236+199+202=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7CA is #133835. Grayscale: #D2D2D2. Windows color (decimal): -1259574 or 13289452. OLE color: 13289452.

HSL color Cylindrical-coordinate representation of color #ECC7CA: hue angle of 355.14º degrees, saturation: 0.49, 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 #ECC7CA is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 199 202 -
CMYK 0 0.16 0.14 0.07
HSL 355.14º 0.49% 0.85% -
HSV(B) 355.14º 0.16% 0.93% -
XYZ 65.68 62.94 64.57 -
YUV 210.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 236 199 202 0 0.16 0.14 0.07 355.14 0.49 0.85
Hex EC C7 CA 0 10 E 7 163 31 55
Octal 354 307 312 0 20 16 7 543 61 125
Binary 11101100 11000111 11001010 0 10000 1110 111 101100011 110001 1010101

Color Harmonies of #ECC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC7CA

Black with #ECC7CA

Text Example


Text Example

White with #ECC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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