#E1BBBE

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

Shades of Blossom #E1BBBE

Tints of Blossom #E1BBBE

Color information

#E1BBBE (or 0xE1BBBE) is unknown color: approx Blossom. HEX triplet: E1, BB and BE. RGB value is (225,187,190). Sum of RGB (Red+Green+Blue) = 225+187+190=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBBE is #1E4441. Grayscale: #C6C6C6. Windows color (decimal): -1983554 or 12499937. OLE color: 12499937.

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

Color convert

RGB225187190-
CMYK00.170.160.12
HSL355.26º38.78%80.78%-
HSV(B)355.26º16.89%88.24%-
XYZ58.1255.2756.32-
YUV198.7123.09146.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=37.38%
G=31.06%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518719000.170.160.12355.2638.7880.78
HexE1BBBE01110C1632751
Octal341273276021201454347121
Binary1110000110111011101111100100011000011001011000111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBBE; }

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

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

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

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

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

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

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

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