#E5BABB

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

Shades of Blossom #E5BABB

Tints of Blossom #E5BABB

Color information

#E5BABB (or 0xE5BABB) is unknown color: approx Blossom. HEX triplet: E5, BA and BB. RGB value is (229,186,187). Sum of RGB (Red+Green+Blue) = 229+186+187=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BABB is #1A4544. Grayscale: #C7C7C7. Windows color (decimal): -1721669 or 12303077. OLE color: 12303077.

HSL color Cylindrical-coordinate representation of color #E5BABB: hue angle of 358.6º degrees, saturation: 0.45, 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 #E5BABB is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229186187-
CMYK00.190.180.10
HSL358.6º45.26%81.37%-
HSV(B)358.6º18.78%89.8%-
XYZ58.8455.3654.6-
YUV198.97121.25149.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.04%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=38.04%
G=30.90%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918618700.190.180.10358.645.2681.37
HexE5BABB01312A1672d51
Octal345272273023221254755121
Binary1110010110111010101110110100111001010101011001111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BABB; }

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

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

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

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

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

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

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

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