#E7B9BE

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

Shades of Blossom #E7B9BE

Tints of Blossom #E7B9BE

Color information

#E7B9BE (or 0xE7B9BE) is unknown color: approx Blossom. HEX triplet: E7, B9 and BE. RGB value is (231,185,190). Sum of RGB (Red+Green+Blue) = 231+185+190=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9BE is #184641. Grayscale: #C7C7C7. Windows color (decimal): -1590850 or 12499431. OLE color: 12499431.

HSL color Cylindrical-coordinate representation of color #E7B9BE: hue angle of 353.48º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9BE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231185190-
CMYK00.200.180.09
HSL353.48º48.94%81.57%-
HSV(B)353.48º19.91%90.59%-
XYZ59.655.456.27-
YUV199.32122.74150.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=38.12%
G=30.53%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118519000.200.180.09353.4848.9481.57
HexE7B9BE0141291613152
Octal347271276024221154161122
Binary1110011110111001101111100101001001010011011000011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B9BE; }

 p { color: rgb(231,185,190); }

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

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

 a { background-color: rgb(231,185,190); }

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

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

 span { border-color: rgb(231,185,190); }

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