#E1B0BA

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

Shades of Blossom #E1B0BA

Tints of Blossom #E1B0BA

Color information

#E1B0BA (or 0xE1B0BA) is unknown color: approx Blossom. HEX triplet: E1, B0 and BA. RGB value is (225,176,186). Sum of RGB (Red+Green+Blue) = 225+176+186=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0BA is #1E4F45. Grayscale: #BFBFBF. Windows color (decimal): -1986374 or 12234977. OLE color: 12234977.

HSL color Cylindrical-coordinate representation of color #E1B0BA: hue angle of 347.76º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0BA is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225176186-
CMYK00.220.170.12
HSL347.76º44.95%78.63%-
HSV(B)347.76º21.78%88.24%-
XYZ55.4450.653.3-
YUV191.79124.73151.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=38.33%
G=29.98%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517618600.220.170.12347.7644.9578.63
HexE1B0BA01611C15c2d4f
Octal341260272026211453455117
Binary1110000110110000101110100101101000111001010111001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0BA; }

 p { color: rgb(225,176,186); }

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

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

 a { background-color: rgb(225,176,186); }

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

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

 span { border-color: rgb(225,176,186); }

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