#E8B3B9

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

Shades of Blossom #E8B3B9

Tints of Blossom #E8B3B9

Color information

#E8B3B9 (or 0xE8B3B9) is unknown color: approx Blossom. HEX triplet: E8, B3 and B9. RGB value is (232,179,185). Sum of RGB (Red+Green+Blue) = 232+179+185=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B3B9 is #174C46. Grayscale: #C3C3C3. Windows color (decimal): -1526855 or 12170216. OLE color: 12170216.

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

Color convert

RGB232179185-
CMYK00.230.200.09
HSL353.21º53.54%80.59%-
HSV(B)353.21º22.84%90.98%-
XYZ58.1652.953.04-
YUV195.53122.06154.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 179 (70.31% from 255) = 30.03%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=38.93%
G=30.03%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217918500.230.200.09353.2153.5480.59
HexE8B3B90171491613651
Octal350263271027241154166121
Binary1110100010110011101110010101111010010011011000011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B3B9; }

 p { color: rgb(232,179,185); }

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

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

 a { background-color: rgb(232,179,185); }

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

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

 span { border-color: rgb(232,179,185); }

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