#EFB8BF

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

Shades of Azalea #EFB8BF

Tints of Azalea #EFB8BF

Color information

#EFB8BF (or 0xEFB8BF) is unknown color: approx Azalea. HEX triplet: EF, B8 and BF. RGB value is (239,184,191). Sum of RGB (Red+Green+Blue) = 239+184+191=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8BF is #104740. Grayscale: #C9C9C9. Windows color (decimal): -1066817 or 12564719. OLE color: 12564719.

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

Color convert

RGB239184191-
CMYK00.230.200.06
HSL352.36º63.22%82.94%-
HSV(B)352.36º23.01%93.73%-
XYZ62.1456.3956.9-
YUV201.24122.22154.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 184 (72.27% from 255) = 29.97%
BLUE value IS 191 (75% from 255) = 31.11%
R=38.93%
G=29.97%
B=31.11%

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
Decimal23918419100.230.200.06352.3663.2282.94
HexEFB8BF0171461603f53
Octal35727027702724654077123
Binary111011111011100010111111010111101001101011000001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8BF; }

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

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

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

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

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

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

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

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