#EFB6BB

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

Shades of Azalea #EFB6BB

Tints of Azalea #EFB6BB

Color information

#EFB6BB (or 0xEFB6BB) is unknown color: approx Azalea. HEX triplet: EF, B6 and BB. RGB value is (239,182,187). Sum of RGB (Red+Green+Blue) = 239+182+187=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6BB is #104944. Grayscale: #C7C7C7. Windows color (decimal): -1067333 or 12302063. OLE color: 12302063.

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

Color convert

RGB239182187-
CMYK00.240.220.06
HSL354.74º64.04%82.55%-
HSV(B)354.74º23.85%93.73%-
XYZ61.2955.3954.48-
YUV199.61120.88156.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=39.31%
G=29.93%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918218700.240.220.06354.7464.0482.55
HexEFB6BB0181661634053
Octal357266273030266543100123
Binary1110111110110110101110110110001011011010110001110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6BB; }

 p { color: rgb(239,182,187); }

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

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

 a { background-color: rgb(239,182,187); }

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

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

 span { border-color: rgb(239,182,187); }

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