#EFB0B3

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

Shades of Blossom #EFB0B3

Tints of Blossom #EFB0B3

Color information

#EFB0B3 (or 0xEFB0B3) is unknown color: approx Blossom. HEX triplet: EF, B0 and B3. RGB value is (239,176,179). Sum of RGB (Red+Green+Blue) = 239+176+179=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0B3 is #104F4C. Grayscale: #C3C3C3. Windows color (decimal): -1068877 or 11776239. OLE color: 11776239.

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

Color convert

RGB239176179-
CMYK00.260.250.06
HSL357.14º66.32%81.37%-
HSV(B)357.14º26.36%93.73%-
XYZ59.2652.6649.69-
YUV195.18118.87159.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=40.24%
G=29.63%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917617900.260.250.06357.1466.3281.37
HexEFB0B301A1961654251
Octal357260263032316545102121
Binary1110111110110000101100110110101100111010110010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0B3; }

 p { color: rgb(239,176,179); }

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

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

 a { background-color: rgb(239,176,179); }

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

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

 span { border-color: rgb(239,176,179); }

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