#E8B7BB

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

Shades of Blossom #E8B7BB

Tints of Blossom #E8B7BB

Color information

#E8B7BB (or 0xE8B7BB) is unknown color: approx Blossom. HEX triplet: E8, B7 and BB. RGB value is (232,183,187). Sum of RGB (Red+Green+Blue) = 232+183+187=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B7BB is #174844. Grayscale: #C6C6C6. Windows color (decimal): -1525829 or 12302312. OLE color: 12302312.

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

Color convert

RGB232183187-
CMYK00.210.190.09
HSL355.1º51.58%81.37%-
HSV(B)355.1º21.12%90.98%-
XYZ59.1854.6154.44-
YUV198.11121.73152.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.54%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=38.54%
G=30.40%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218318700.210.190.09355.151.5881.37
HexE8B7BB0151391633451
Octal350267273025231154364121
Binary1110100010110111101110110101011001110011011000111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B7BB; }

 p { color: rgb(232,183,187); }

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

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

 a { background-color: rgb(232,183,187); }

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

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

 span { border-color: rgb(232,183,187); }

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