#E1B1BB

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

Shades of Blossom #E1B1BB

Tints of Blossom #E1B1BB

Color information

#E1B1BB (or 0xE1B1BB) is unknown color: approx Blossom. HEX triplet: E1, B1 and BB. RGB value is (225,177,187). Sum of RGB (Red+Green+Blue) = 225+177+187=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B1BB is #1E4E44. Grayscale: #C0C0C0. Windows color (decimal): -1986117 or 12300769. OLE color: 12300769.

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

Color convert

RGB225177187-
CMYK00.210.170.12
HSL347.5º44.44%78.82%-
HSV(B)347.5º21.33%88.24%-
XYZ55.7451.0453.93-
YUV192.49124.9151.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=38.20%
G=30.05%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517718700.210.170.12347.544.4478.82
HexE1B1BB01511C15c2c4f
Octal341261273025211453454117
Binary1110000110110001101110110101011000111001010111001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B1BB; }

 p { color: rgb(225,177,187); }

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

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

 a { background-color: rgb(225,177,187); }

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

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

 span { border-color: rgb(225,177,187); }

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