#EFB9BF

Color #EFB9BF Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #EFB9BF

Tints of Azalea #EFB9BF

Color information

#EFB9BF (or 0xEFB9BF) is unknown color: approx Azalea. HEX triplet: EF, B9 and BF. RGB value is (239,185,191). Sum of RGB (Red+Green+Blue) = 239+185+191=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9BF is #104640. Grayscale: #C9C9C9. Windows color (decimal): -1066561 or 12564975. OLE color: 12564975.

HSL color Cylindrical-coordinate representation of color #EFB9BF: hue angle of 353.33º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9BF is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239185191-
CMYK00.230.200.06
HSL353.33º62.79%83.14%-
HSV(B)353.33º22.59%93.73%-
XYZ62.3556.8156.97-
YUV201.83121.89154.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 191 (75% from 255) = 31.06%
R=38.86%
G=30.08%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918519100.230.200.06353.3362.7983.14
HexEFB9BF0171461613f53
Octal35727127702724654177123
Binary111011111011100110111111010111101001101011000011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9BF; }

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

 H1.HeaderClassName
 {
   color: #EFB9BF;
 }
 .AnyTagClassName
 {
   color: #EFB9BF;
 }
</style>
background-color css

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

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

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

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

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

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