#EFA9B1

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

Shades of Blossom #EFA9B1

Tints of Blossom #EFA9B1

Color information

#EFA9B1 (or 0xEFA9B1) is unknown color: approx Blossom. HEX triplet: EF, A9 and B1. RGB value is (239,169,177). Sum of RGB (Red+Green+Blue) = 239+169+177=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9B1 is #10564E. Grayscale: #BEBEBE. Windows color (decimal): -1070671 or 11643375. OLE color: 11643375.

HSL color Cylindrical-coordinate representation of color #EFA9B1: hue angle of 353.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9B1 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239169177-
CMYK00.290.260.06
HSL353.14º68.63%80%-
HSV(B)353.14º29.29%93.73%-
XYZ57.7249.948.18-
YUV190.84120.19162.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 169 (66.41% from 255) = 28.89%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=40.85%
G=28.89%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916917700.290.260.06353.1468.6380
HexEFA9B101D1A61614550
Octal357251261035326541105120
Binary1110111110101001101100010111011101011010110000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9B1; }

 p { color: rgb(239,169,177); }

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

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

 a { background-color: rgb(239,169,177); }

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

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

 span { border-color: rgb(239,169,177); }

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