#EAB7B9

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

Shades of Blossom #EAB7B9

Tints of Blossom #EAB7B9

Color information

#EAB7B9 (or 0xEAB7B9) is unknown color: approx Blossom. HEX triplet: EA, B7 and B9. RGB value is (234,183,185). Sum of RGB (Red+Green+Blue) = 234+183+185=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7B9 is #154846. Grayscale: #C6C6C6. Windows color (decimal): -1394759 or 12171242. OLE color: 12171242.

HSL color Cylindrical-coordinate representation of color #EAB7B9: hue angle of 357.65º 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 #EAB7B9 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234183185-
CMYK00.220.210.08
HSL357.65º54.84%81.76%-
HSV(B)357.65º21.79%91.76%-
XYZ59.6254.8653.35-
YUV198.48120.4153.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 185 (72.66% from 255) = 30.73%
R=38.87%
G=30.40%
B=30.73%

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
Decimal23418318500.220.210.08357.6554.8481.76
HexEAB7B90161581663752
Octal352267271026251054667122
Binary1110101010110111101110010101101010110001011001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7B9; }

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

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

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

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

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

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

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

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