#E7B0B6

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

Shades of Blossom #E7B0B6

Tints of Blossom #E7B0B6

Color information

#E7B0B6 (or 0xE7B0B6) is unknown color: approx Blossom. HEX triplet: E7, B0 and B6. RGB value is (231,176,182). Sum of RGB (Red+Green+Blue) = 231+176+182=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0B6 is #184F49. Grayscale: #C1C1C1. Windows color (decimal): -1593162 or 11972839. OLE color: 11972839.

HSL color Cylindrical-coordinate representation of color #E7B0B6: hue angle of 353.45º 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 #E7B0B6 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB231176182-
CMYK00.240.210.09
HSL353.45º53.4%79.8%-
HSV(B)353.45º23.81%90.59%-
XYZ56.9251.4251.18-
YUV193.13121.72155.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=39.22%
G=29.88%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117618200.240.210.09353.4553.479.8
HexE7B0B60181591613550
Octal347260266030251154165120
Binary1110011110110000101101100110001010110011011000011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0B6; }

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

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

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

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

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

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

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

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