Html Css Color HEX #ECBABF Azalea

📋 copy color: '#ECBABF'

red 236 ◦ green 186 ◦ blue 191

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

Shades of Azalea #ECBABF

Tints of Azalea #ECBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.34%

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

R = 38.5%
G = 30.34%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECBABF (or 0xECBABF) is known color: Azalea. HEX triplet: EC, BA and BF. RGB value is (236,186,191). Sum of RGB (Red+Green+Blue) = 236+186+191=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBABF is #134540. Grayscale: #C9C9C9. Windows color (decimal): -1262913 or 12565228. OLE color: 12565228.

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

Color convert

RGB 236 186 191 -
CMYK 0 0.21 0.19 0.07
HSL 354º 0.57% 0.83% -
HSV(B) 354º 0.21% 0.93% -
XYZ 61.55 56.71 56.99 -
YUV 201.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 236 186 191 0 0.21 0.19 0.07 354 0.57 0.83
Hex EC BA BF 0 15 13 7 162 39 53
Octal 354 272 277 0 25 23 7 542 71 123
Binary 11101100 10111010 10111111 0 10101 10011 111 101100010 111001 1010011

Color Harmonies of #ECBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBABF

Black with #ECBABF

Text Example


Text Example

White with #ECBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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