#EFB7BE

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

Shades of Azalea #EFB7BE

Tints of Azalea #EFB7BE

Color information

#EFB7BE (or 0xEFB7BE) is unknown color: approx Azalea. HEX triplet: EF, B7 and BE. RGB value is (239,183,190). Sum of RGB (Red+Green+Blue) = 239+183+190=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7BE is #104841. Grayscale: #C8C8C8. Windows color (decimal): -1067074 or 12498927. OLE color: 12498927.

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

Color convert

RGB239183190-
CMYK00.230.210.06
HSL352.5º63.64%82.75%-
HSV(B)352.5º23.43%93.73%-
XYZ61.8255.9456.25-
YUV200.54122.05155.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 183 (71.88% from 255) = 29.90%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=39.05%
G=29.90%
B=31.05%

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
Decimal23918319000.230.210.06352.563.6482.75
HexEFB7BE0171561604053
Octal357267276027256540100123
Binary1110111110110111101111100101111010111010110000010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7BE; }

 p { color: rgb(239,183,190); }

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

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

 a { background-color: rgb(239,183,190); }

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

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

 span { border-color: rgb(239,183,190); }

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