#EFB2B3

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

Shades of Blossom #EFB2B3

Tints of Blossom #EFB2B3

Color information

#EFB2B3 (or 0xEFB2B3) is unknown color: approx Blossom. HEX triplet: EF, B2 and B3. RGB value is (239,178,179). Sum of RGB (Red+Green+Blue) = 239+178+179=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2B3 is #104D4C. Grayscale: #C4C4C4. Windows color (decimal): -1068365 or 11776751. OLE color: 11776751.

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

Color convert

RGB239178179-
CMYK00.260.250.06
HSL359.02º65.59%81.76%-
HSV(B)359.02º25.52%93.73%-
XYZ59.6553.4549.82-
YUV196.35118.21158.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 179 (70.31% from 255) = 30.03%
R=40.10%
G=29.87%
B=30.03%

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
Decimal23917817900.260.250.06359.0265.5981.76
HexEFB2B301A1961674252
Octal357262263032316547102122
Binary1110111110110010101100110110101100111010110011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2B3; }

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

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

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

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

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

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

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

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