Html Css Color HEX #ECB9BE Azalea

📋 copy color: '#ECB9BE'

red 236 ◦ green 185 ◦ blue 190

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

Shades of Azalea #ECB9BE

Tints of Azalea #ECB9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.1%

R = 38.63%
G = 30.28%
B = 31.1%

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

#ECB9BE (or 0xECB9BE) is known color: Azalea. HEX triplet: EC, B9 and BE. RGB value is (236,185,190). Sum of RGB (Red+Green+Blue) = 236+185+190=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9BE is #134641. Grayscale: #C8C8C8. Windows color (decimal): -1263170 or 12499436. OLE color: 12499436.

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

Color convert

RGB 236 185 190 -
CMYK 0 0.22 0.19 0.07
HSL 354.12º 0.57% 0.83% -
HSV(B) 354.12º 0.22% 0.93% -
XYZ 61.24 56.25 56.34 -
YUV 200.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 236 185 190 0 0.22 0.19 0.07 354.12 0.57 0.83
Hex EC B9 BE 0 16 13 7 162 39 53
Octal 354 271 276 0 26 23 7 542 71 123
Binary 11101100 10111001 10111110 0 10110 10011 111 101100010 111001 1010011

Color Harmonies of #ECB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB9BE

Black with #ECB9BE

Text Example


Text Example

White with #ECB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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