Html Css Color HEX #ECBCC2 Azalea

📋 copy color: '#ECBCC2'

red 236 ◦ green 188 ◦ blue 194

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

Shades of Azalea #ECBCC2

Tints of Azalea #ECBCC2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.42%

 BLUE value IS 194 (76.17% from 255) = 31.39%

R = 38.19%
G = 30.42%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECBCC2 (or 0xECBCC2) is known color: Azalea. HEX triplet: EC, BC and C2. RGB value is (236,188,194). Sum of RGB (Red+Green+Blue) = 236+188+194=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCC2 is #13433D. Grayscale: #CBCBCB. Windows color (decimal): -1262398 or 12762348. OLE color: 12762348.

HSL color Cylindrical-coordinate representation of color #ECBCC2: hue angle of 352.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCC2 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 188 194 -
CMYK 0 0.20 0.18 0.07
HSL 352.5º 0.56% 0.83% -
HSV(B) 352.5º 0.2% 0.93% -
XYZ 62.31 57.69 58.89 -
YUV 203.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 236 188 194 0 0.20 0.18 0.07 352.5 0.56 0.83
Hex EC BC C2 0 14 12 7 160 38 53
Octal 354 274 302 0 24 22 7 540 70 123
Binary 11101100 10111100 11000010 0 10100 10010 111 101100000 111000 1010011

Color Harmonies of #ECBCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBCC2

Black with #ECBCC2

Text Example


Text Example

White with #ECBCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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