Html Css Color HEX #ECB9BD Azalea

📋 copy color: '#ECB9BD'

red 236 ◦ green 185 ◦ blue 189

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

Shades of Azalea #ECB9BD

Tints of Azalea #ECB9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.98%

R = 38.69%
G = 30.33%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECB9BD (or 0xECB9BD) is known color: Azalea. HEX triplet: EC, B9 and BD. RGB value is (236,185,189). Sum of RGB (Red+Green+Blue) = 236+185+189=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9BD is #134642. Grayscale: #C8C8C8. Windows color (decimal): -1263171 or 12433900. OLE color: 12433900.

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

Color convert

RGB 236 185 189 -
CMYK 0 0.22 0.20 0.07
HSL 355.29º 0.57% 0.83% -
HSV(B) 355.29º 0.22% 0.93% -
XYZ 61.13 56.2 55.77 -
YUV 200.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 236 185 189 0 0.22 0.20 0.07 355.29 0.57 0.83
Hex EC B9 BD 0 16 14 7 163 39 53
Octal 354 271 275 0 26 24 7 543 71 123
Binary 11101100 10111001 10111101 0 10110 10100 111 101100011 111001 1010011

Color Harmonies of #ECB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB9BD

Black with #ECB9BD

Text Example


Text Example

White with #ECB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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