#E3B9BA

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

Shades of Blossom #E3B9BA

Tints of Blossom #E3B9BA

Color information

#E3B9BA (or 0xE3B9BA) is unknown color: approx Blossom. HEX triplet: E3, B9 and BA. RGB value is (227,185,186). Sum of RGB (Red+Green+Blue) = 227+185+186=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3B9BA is #1C4645. Grayscale: #C5C5C5. Windows color (decimal): -1852998 or 12237283. OLE color: 12237283.

HSL color Cylindrical-coordinate representation of color #E3B9BA: hue angle of 358.57º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3B9BA is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227185186-
CMYK00.190.180.11
HSL358.57º42.86%80.78%-
HSV(B)358.57º18.5%89.02%-
XYZ57.8954.5753.94-
YUV197.67121.41148.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.96%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=37.96%
G=30.94%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718518600.190.180.11358.5742.8680.78
HexE3B9BA01312B1672b51
Octal343271272023221354753121
Binary1110001110111001101110100100111001010111011001111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B9BA; }

 p { color: rgb(227,185,186); }

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

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

 a { background-color: rgb(227,185,186); }

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

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

 span { border-color: rgb(227,185,186); }

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