#EFB7B9

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

Shades of Azalea #EFB7B9

Tints of Azalea #EFB7B9

Color information

#EFB7B9 (or 0xEFB7B9) is unknown color: approx Azalea. HEX triplet: EF, B7 and B9. RGB value is (239,183,185). Sum of RGB (Red+Green+Blue) = 239+183+185=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7B9 is #104846. Grayscale: #C8C8C8. Windows color (decimal): -1067079 or 12171247. OLE color: 12171247.

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

Color convert

RGB239183185-
CMYK00.230.230.06
HSL357.86º63.64%82.75%-
HSV(B)357.86º23.43%93.73%-
XYZ61.2955.7253.42-
YUV199.97119.55155.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=39.37%
G=30.15%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918318500.230.230.06357.8663.6482.75
HexEFB7B90171761664053
Octal357267271027276546100123
Binary1110111110110111101110010101111011111010110011010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7B9; }

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

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

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

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

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

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

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

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