#EFB9BD

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

Shades of Azalea #EFB9BD

Tints of Azalea #EFB9BD

Color information

#EFB9BD (or 0xEFB9BD) is unknown color: approx Azalea. HEX triplet: EF, B9 and BD. RGB value is (239,185,189). Sum of RGB (Red+Green+Blue) = 239+185+189=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9BD is #104642. Grayscale: #C9C9C9. Windows color (decimal): -1066563 or 12433903. OLE color: 12433903.

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

Color convert

RGB239185189-
CMYK00.230.210.06
HSL355.56º62.79%83.14%-
HSV(B)355.56º22.59%93.73%-
XYZ62.1356.7255.82-
YUV201.6120.89154.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=38.99%
G=30.18%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918518900.230.210.06355.5662.7983.14
HexEFB9BD0171561643f53
Octal35727127502725654477123
Binary111011111011100110111101010111101011101011001001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9BD; }

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

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

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

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

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

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

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

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