#E7B0BB

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

Shades of Blossom #E7B0BB

Tints of Blossom #E7B0BB

Color information

#E7B0BB (or 0xE7B0BB) is unknown color: approx Blossom. HEX triplet: E7, B0 and BB. RGB value is (231,176,187). Sum of RGB (Red+Green+Blue) = 231+176+187=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0BB is #184F44. Grayscale: #C1C1C1. Windows color (decimal): -1593157 or 12300519. OLE color: 12300519.

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

Color convert

RGB231176187-
CMYK00.240.190.09
HSL348º53.4%79.8%-
HSV(B)348º23.81%90.59%-
XYZ57.4551.6353.95-
YUV193.7124.22154.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=38.89%
G=29.63%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117618700.240.190.0934853.479.8
HexE7B0BB01813915c3550
Octal347260273030231153465120
Binary1110011110110000101110110110001001110011010111001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0BB; }

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

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

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

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

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

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

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

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