#E8B4BB

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

Shades of Blossom #E8B4BB

Tints of Blossom #E8B4BB

Color information

#E8B4BB (or 0xE8B4BB) is unknown color: approx Blossom. HEX triplet: E8, B4 and BB. RGB value is (232,180,187). Sum of RGB (Red+Green+Blue) = 232+180+187=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4BB is #174B44. Grayscale: #C4C4C4. Windows color (decimal): -1526597 or 12301544. OLE color: 12301544.

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

Color convert

RGB232180187-
CMYK00.220.190.09
HSL351.92º53.06%80.78%-
HSV(B)351.92º22.41%90.98%-
XYZ58.5753.3954.23-
YUV196.35122.73153.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.73%
GREEN value IS 180 (70.70% from 255) = 30.05%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=38.73%
G=30.05%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218018700.220.190.09351.9253.0680.78
HexE8B4BB0161391603551
Octal350264273026231154065121
Binary1110100010110100101110110101101001110011011000001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B4BB; }

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

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

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

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

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

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

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

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