#E9B3BA

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

Shades of Blossom #E9B3BA

Tints of Blossom #E9B3BA

Color information

#E9B3BA (or 0xE9B3BA) is unknown color: approx Blossom. HEX triplet: E9, B3 and BA. RGB value is (233,179,186). Sum of RGB (Red+Green+Blue) = 233+179+186=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B3BA is #164C45. Grayscale: #C3C3C3. Windows color (decimal): -1461318 or 12235753. OLE color: 12235753.

HSL color Cylindrical-coordinate representation of color #E9B3BA: hue angle of 352.22º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9B3BA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233179186-
CMYK00.230.200.09
HSL352.22º55.1%80.78%-
HSV(B)352.22º23.18%91.37%-
XYZ58.5953.1153.62-
YUV195.94122.39154.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 179 (70.31% from 255) = 29.93%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=38.96%
G=29.93%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317918600.230.200.09352.2255.180.78
HexE9B3BA0171491603751
Octal351263272027241154067121
Binary1110100110110011101110100101111010010011011000001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B3BA; }

 p { color: rgb(233,179,186); }

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

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

 a { background-color: rgb(233,179,186); }

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

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

 span { border-color: rgb(233,179,186); }

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