#EAB1BA

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

Shades of Blossom #EAB1BA

Tints of Blossom #EAB1BA

Color information

#EAB1BA (or 0xEAB1BA) is unknown color: approx Blossom. HEX triplet: EA, B1 and BA. RGB value is (234,177,186). Sum of RGB (Red+Green+Blue) = 234+177+186=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1BA is #154E45. Grayscale: #C3C3C3. Windows color (decimal): -1396294 or 12235242. OLE color: 12235242.

HSL color Cylindrical-coordinate representation of color #EAB1BA: hue angle of 350.53º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB1BA is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234177186-
CMYK00.240.210.08
HSL350.53º57.58%80.59%-
HSV(B)350.53º24.36%91.76%-
XYZ58.5252.4853.5-
YUV195.07122.88155.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 177 (69.53% from 255) = 29.65%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=39.20%
G=29.65%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417718600.240.210.08350.5357.5880.59
HexEAB1BA01815815f3a51
Octal352261272030251053772121
Binary1110101010110001101110100110001010110001010111111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1BA; }

 p { color: rgb(234,177,186); }

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

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

 a { background-color: rgb(234,177,186); }

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

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

 span { border-color: rgb(234,177,186); }

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