#E8B4BA

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

Shades of Blossom #E8B4BA

Tints of Blossom #E8B4BA

Color information

#E8B4BA (or 0xE8B4BA) is unknown color: approx Blossom. HEX triplet: E8, B4 and BA. RGB value is (232,180,186). Sum of RGB (Red+Green+Blue) = 232+180+186=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4BA is #174B45. Grayscale: #C4C4C4. Windows color (decimal): -1526598 or 12236008. OLE color: 12236008.

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

Color convert

RGB232180186-
CMYK00.220.200.09
HSL353.08º53.06%80.78%-
HSV(B)353.08º22.41%90.98%-
XYZ58.4653.3453.67-
YUV196.23122.23153.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=38.80%
G=30.10%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218018600.220.200.09353.0853.0680.78
HexE8B4BA0161491613551
Octal350264272026241154165121
Binary1110100010110100101110100101101010010011011000011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B4BA; }

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

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

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

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

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

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

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

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