#EAB7BA

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

Shades of Blossom #EAB7BA

Tints of Blossom #EAB7BA

Color information

#EAB7BA (or 0xEAB7BA) is unknown color: approx Blossom. HEX triplet: EA, B7 and BA. RGB value is (234,183,186). Sum of RGB (Red+Green+Blue) = 234+183+186=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7BA is #154845. Grayscale: #C6C6C6. Windows color (decimal): -1394758 or 12236778. OLE color: 12236778.

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

Color convert

RGB234183186-
CMYK00.220.210.08
HSL356.47º54.84%81.76%-
HSV(B)356.47º21.79%91.76%-
XYZ59.7354.953.9-
YUV198.59120.9153.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 183 (71.88% from 255) = 30.35%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=38.81%
G=30.35%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418318600.220.210.08356.4754.8481.76
HexEAB7BA0161581643752
Octal352267272026251054467122
Binary1110101010110111101110100101101010110001011001001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7BA; }

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

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

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

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

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

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

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

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