#EFB9BC

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

Shades of Azalea #EFB9BC

Tints of Azalea #EFB9BC

Color information

#EFB9BC (or 0xEFB9BC) is unknown color: approx Azalea. HEX triplet: EF, B9 and BC. RGB value is (239,185,188). Sum of RGB (Red+Green+Blue) = 239+185+188=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9BC is #104643. Grayscale: #C9C9C9. Windows color (decimal): -1066564 or 12368367. OLE color: 12368367.

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

Color convert

RGB239185188-
CMYK00.230.210.06
HSL356.67º62.79%83.14%-
HSV(B)356.67º22.59%93.73%-
XYZ62.0256.6855.25-
YUV201.49120.39154.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 185 (72.66% from 255) = 30.23%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=39.05%
G=30.23%
B=30.72%

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
Decimal23918518800.230.210.06356.6762.7983.14
HexEFB9BC0171561653f53
Octal35727127402725654577123
Binary111011111011100110111100010111101011101011001011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9BC; }

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

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

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

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

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

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

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

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