#E5B9BA

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

Shades of Blossom #E5B9BA

Tints of Blossom #E5B9BA

Color information

#E5B9BA (or 0xE5B9BA) is unknown color: approx Blossom. HEX triplet: E5, B9 and BA. RGB value is (229,185,186). Sum of RGB (Red+Green+Blue) = 229+185+186=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B9BA is #1A4645. Grayscale: #C6C6C6. Windows color (decimal): -1721926 or 12237285. OLE color: 12237285.

HSL color Cylindrical-coordinate representation of color #E5B9BA: hue angle of 358.64º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5B9BA is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229185186-
CMYK00.190.190.10
HSL358.64º45.83%81.18%-
HSV(B)358.64º19.21%89.8%-
XYZ58.5254.953.97-
YUV198.27121.08149.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.17%
GREEN value IS 185 (72.66% from 255) = 30.83%
BLUE value IS 186 (73.05% from 255) = 31%
R=38.17%
G=30.83%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918518600.190.190.10358.6445.8381.18
HexE5B9BA01313A1672e51
Octal345271272023231254756121
Binary1110010110111001101110100100111001110101011001111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B9BA; }

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

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

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

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

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

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

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

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