#E5B4BB

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

Shades of Blossom #E5B4BB

Tints of Blossom #E5B4BB

Color information

#E5B4BB (or 0xE5B4BB) is unknown color: approx Blossom. HEX triplet: E5, B4 and BB. RGB value is (229,180,187). Sum of RGB (Red+Green+Blue) = 229+180+187=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4BB is #1A4B44. Grayscale: #C3C3C3. Windows color (decimal): -1723205 or 12301541. OLE color: 12301541.

HSL color Cylindrical-coordinate representation of color #E5B4BB: hue angle of 351.43º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B4BB is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229180187-
CMYK00.210.180.10
HSL351.43º48.51%80.2%-
HSV(B)351.43º21.4%89.8%-
XYZ57.652.8954.19-
YUV195.45123.23151.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.42%
GREEN value IS 180 (70.70% from 255) = 30.20%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=38.42%
G=30.20%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918018700.210.180.10351.4348.5180.2
HexE5B4BB01512A15f3150
Octal345264273025221253761120
Binary1110010110110100101110110101011001010101010111111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B4BB; }

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

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

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

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

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

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

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

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