Html Css Color HEX #ECB9BF Azalea

📋 copy color: '#ECB9BF'

red 236 ◦ green 185 ◦ blue 191

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

Shades of Azalea #ECB9BF

Tints of Azalea #ECB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.23%

 BLUE value IS 191 (75% from 255) = 31.21%

R = 38.56%
G = 30.23%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECB9BF (or 0xECB9BF) is known color: Azalea. HEX triplet: EC, B9 and BF. RGB value is (236,185,191). Sum of RGB (Red+Green+Blue) = 236+185+191=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9BF is #134640. Grayscale: #C8C8C8. Windows color (decimal): -1263169 or 12564972. OLE color: 12564972.

HSL color Cylindrical-coordinate representation of color #ECB9BF: hue angle of 352.94º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9BF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 185 191 -
CMYK 0 0.22 0.19 0.07
HSL 352.94º 0.57% 0.83% -
HSV(B) 352.94º 0.22% 0.93% -
XYZ 61.35 56.29 56.92 -
YUV 200.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 236 185 191 0 0.22 0.19 0.07 352.94 0.57 0.83
Hex EC B9 BF 0 16 13 7 161 39 53
Octal 354 271 277 0 26 23 7 541 71 123
Binary 11101100 10111001 10111111 0 10110 10011 111 101100001 111001 1010011

Color Harmonies of #ECB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB9BF

Black with #ECB9BF

Text Example


Text Example

White with #ECB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB9BF; }

 p { color: rgb(236,185,191); }

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

background-color css

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

 a { background-color: rgb(236,185,191); }

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

border-color css

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

 span { border-color: rgb(236,185,191); }

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