#E7B5B6

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

Shades of Blossom #E7B5B6

Tints of Blossom #E7B5B6

Color information

#E7B5B6 (or 0xE7B5B6) is unknown color: approx Blossom. HEX triplet: E7, B5 and B6. RGB value is (231,181,182). Sum of RGB (Red+Green+Blue) = 231+181+182=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B5B6 is #184A49. Grayscale: #C4C4C4. Windows color (decimal): -1591882 or 11974119. OLE color: 11974119.

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

Color convert

RGB231181182-
CMYK00.220.210.09
HSL358.8º51.02%80.78%-
HSV(B)358.8º21.65%90.59%-
XYZ57.9253.4151.51-
YUV196.06120.06152.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 181 (71.09% from 255) = 30.47%
BLUE value IS 182 (71.48% from 255) = 30.64%
R=38.89%
G=30.47%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118118200.220.210.09358.851.0280.78
HexE7B5B60161591673351
Octal347265266026251154763121
Binary1110011110110101101101100101101010110011011001111100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B5B6; }

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

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

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

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

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

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

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

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