#EFB8BE

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

Shades of Azalea #EFB8BE

Tints of Azalea #EFB8BE

Color information

#EFB8BE (or 0xEFB8BE) is unknown color: approx Azalea. HEX triplet: EF, B8 and BE. RGB value is (239,184,190). Sum of RGB (Red+Green+Blue) = 239+184+190=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8BE is #104741. Grayscale: #C9C9C9. Windows color (decimal): -1066818 or 12499183. OLE color: 12499183.

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

Color convert

RGB239184190-
CMYK00.230.210.06
HSL353.45º63.22%82.94%-
HSV(B)353.45º23.01%93.73%-
XYZ62.0356.3556.32-
YUV201.13121.72155.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 184 (72.27% from 255) = 30.02%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=38.99%
G=30.02%
B=31.00%

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
Decimal23918419000.230.210.06353.4563.2282.94
HexEFB8BE0171561613f53
Octal35727027602725654177123
Binary111011111011100010111110010111101011101011000011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8BE; }

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

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

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

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

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

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

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

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