#E7B4BA

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

Shades of Blossom #E7B4BA

Tints of Blossom #E7B4BA

Color information

#E7B4BA (or 0xE7B4BA) is unknown color: approx Blossom. HEX triplet: E7, B4 and BA. RGB value is (231,180,186). Sum of RGB (Red+Green+Blue) = 231+180+186=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4BA is #184B45. Grayscale: #C3C3C3. Windows color (decimal): -1592134 or 12236007. OLE color: 12236007.

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

Color convert

RGB231180186-
CMYK00.220.190.09
HSL352.94º51.52%80.59%-
HSV(B)352.94º22.08%90.59%-
XYZ58.1453.1853.65-
YUV195.93122.4153.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 180 (70.70% from 255) = 30.15%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=38.69%
G=30.15%
B=31.16%

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
Decimal23118018600.220.190.09352.9451.5280.59
HexE7B4BA0161391613451
Octal347264272026231154164121
Binary1110011110110100101110100101101001110011011000011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4BA; }

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

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

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

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

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

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

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

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