#E1B2B9

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

Shades of Blossom #E1B2B9

Tints of Blossom #E1B2B9

Color information

#E1B2B9 (or 0xE1B2B9) is unknown color: approx Blossom. HEX triplet: E1, B2 and B9. RGB value is (225,178,185). Sum of RGB (Red+Green+Blue) = 225+178+185=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2B9 is #1E4D46. Grayscale: #C0C0C0. Windows color (decimal): -1985863 or 12169953. OLE color: 12169953.

HSL color Cylindrical-coordinate representation of color #E1B2B9: hue angle of 351.06º 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 #E1B2B9 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225178185-
CMYK00.210.180.12
HSL351.06º43.93%79.02%-
HSV(B)351.06º20.89%88.24%-
XYZ55.7351.3552.87-
YUV192.85123.57150.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 178 (69.92% from 255) = 30.27%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=38.27%
G=30.27%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517818500.210.180.12351.0643.9379.02
HexE1B2B901512C15f2c4f
Octal341262271025221453754117
Binary1110000110110010101110010101011001011001010111111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2B9; }

 p { color: rgb(225,178,185); }

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

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

 a { background-color: rgb(225,178,185); }

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

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

 span { border-color: rgb(225,178,185); }

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