#E7B4BB

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

Shades of Blossom #E7B4BB

Tints of Blossom #E7B4BB

Color information

#E7B4BB (or 0xE7B4BB) is unknown color: approx Blossom. HEX triplet: E7, B4 and BB. RGB value is (231,180,187). Sum of RGB (Red+Green+Blue) = 231+180+187=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4BB is #184B44. Grayscale: #C4C4C4. Windows color (decimal): -1592133 or 12301543. OLE color: 12301543.

HSL color Cylindrical-coordinate representation of color #E7B4BB: hue angle of 351.76º degrees, saturation: 0.52, 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 #E7B4BB is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231180187-
CMYK00.220.190.09
HSL351.76º51.52%80.59%-
HSV(B)351.76º22.08%90.59%-
XYZ58.2553.2254.22-
YUV196.05122.9152.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=38.63%
G=30.10%
B=31.27%

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
Decimal23118018700.220.190.09351.7651.5280.59
HexE7B4BB0161391603451
Octal347264273026231154064121
Binary1110011110110100101110110101101001110011011000001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4BB; }

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

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

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

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

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

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

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

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