#E7B8BA

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

Shades of Blossom #E7B8BA

Tints of Blossom #E7B8BA

Color information

#E7B8BA (or 0xE7B8BA) is unknown color: approx Blossom. HEX triplet: E7, B8 and BA. RGB value is (231,184,186). Sum of RGB (Red+Green+Blue) = 231+184+186=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B8BA is #184745. Grayscale: #C6C6C6. Windows color (decimal): -1591110 or 12237031. OLE color: 12237031.

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

Color convert

RGB231184186-
CMYK00.200.190.09
HSL357.45º49.47%81.37%-
HSV(B)357.45º20.35%90.59%-
XYZ58.9654.8253.93-
YUV198.28121.07151.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 184 (72.27% from 255) = 30.62%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=38.44%
G=30.62%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118418600.200.190.09357.4549.4781.37
HexE7B8BA0141391653151
Octal347270272024231154561121
Binary1110011110111000101110100101001001110011011001011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B8BA; }

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

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

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

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

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

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

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

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