#EFB9BB

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

Shades of Azalea #EFB9BB

Tints of Azalea #EFB9BB

Color information

#EFB9BB (or 0xEFB9BB) is unknown color: approx Azalea. HEX triplet: EF, B9 and BB. RGB value is (239,185,187). Sum of RGB (Red+Green+Blue) = 239+185+187=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9BB is #104644. Grayscale: #C9C9C9. Windows color (decimal): -1066565 or 12302831. OLE color: 12302831.

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

Color convert

RGB239185187-
CMYK00.230.220.06
HSL357.78º62.79%83.14%-
HSV(B)357.78º22.59%93.73%-
XYZ61.9256.6454.68-
YUV201.37119.89154.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=39.12%
G=30.28%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918518700.230.220.06357.7862.7983.14
HexEFB9BB0171661663f53
Octal35727127302726654677123
Binary111011111011100110111011010111101101101011001101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9BB; }

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

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

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

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

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

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

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

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