#EFBBBE

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

Shades of Azalea #EFBBBE

Tints of Azalea #EFBBBE

Color information

#EFBBBE (or 0xEFBBBE) is unknown color: approx Azalea. HEX triplet: EF, BB and BE. RGB value is (239,187,190). Sum of RGB (Red+Green+Blue) = 239+187+190=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBBE is #104441. Grayscale: #CACACA. Windows color (decimal): -1066050 or 12499951. OLE color: 12499951.

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

Color convert

RGB239187190-
CMYK00.220.210.06
HSL356.54º61.9%83.53%-
HSV(B)356.54º21.76%93.73%-
XYZ62.6657.6156.53-
YUV202.89120.73153.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=38.80%
G=30.36%
B=30.84%

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
Decimal23918719000.220.210.06356.5461.983.53
HexEFBBBE0161561653e54
Octal35727327602625654576124
Binary111011111011101110111110010110101011101011001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBBE; }

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

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

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

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

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

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

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

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