#EFBABC

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

Shades of Azalea #EFBABC

Tints of Azalea #EFBABC

Color information

#EFBABC (or 0xEFBABC) is unknown color: approx Azalea. HEX triplet: EF, BA and BC. RGB value is (239,186,188). Sum of RGB (Red+Green+Blue) = 239+186+188=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBABC is #104543. Grayscale: #CACACA. Windows color (decimal): -1066308 or 12368623. OLE color: 12368623.

HSL color Cylindrical-coordinate representation of color #EFBABC: hue angle of 357.74º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBABC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239186188-
CMYK00.220.210.06
HSL357.74º62.35%83.33%-
HSV(B)357.74º22.18%93.73%-
XYZ62.2357.155.32-
YUV202.08120.06154.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=38.99%
G=30.34%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918618800.220.210.06357.7462.3583.33
HexEFBABC0161561663e53
Octal35727227402625654676123
Binary111011111011101010111100010110101011101011001101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBABC; }

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

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

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

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

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

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

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

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