#EBB1B9

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

Shades of Blossom #EBB1B9

Tints of Blossom #EBB1B9

Color information

#EBB1B9 (or 0xEBB1B9) is unknown color: approx Blossom. HEX triplet: EB, B1 and B9. RGB value is (235,177,185). Sum of RGB (Red+Green+Blue) = 235+177+185=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1B9 is #144E46. Grayscale: #C3C3C3. Windows color (decimal): -1330759 or 12169707. OLE color: 12169707.

HSL color Cylindrical-coordinate representation of color #EBB1B9: hue angle of 351.72º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1B9 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235177185-
CMYK00.250.210.08
HSL351.72º59.18%80.78%-
HSV(B)351.72º24.68%92.16%-
XYZ58.7452.6152.96-
YUV195.25122.22156.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 177 (69.53% from 255) = 29.65%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=39.36%
G=29.65%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517718500.250.210.08351.7259.1880.78
HexEBB1B90191581603b51
Octal353261271031251054073121
Binary1110101110110001101110010110011010110001011000001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1B9; }

 p { color: rgb(235,177,185); }

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

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

 a { background-color: rgb(235,177,185); }

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

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

 span { border-color: rgb(235,177,185); }

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