#EAB7BB

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

Shades of Blossom #EAB7BB

Tints of Blossom #EAB7BB

Color information

#EAB7BB (or 0xEAB7BB) is unknown color: approx Blossom. HEX triplet: EA, B7 and BB. RGB value is (234,183,187). Sum of RGB (Red+Green+Blue) = 234+183+187=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7BB is #154844. Grayscale: #C6C6C6. Windows color (decimal): -1394757 or 12302314. OLE color: 12302314.

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

Color convert

RGB234183187-
CMYK00.220.200.08
HSL355.29º54.84%81.76%-
HSV(B)355.29º21.79%91.76%-
XYZ59.8354.9554.47-
YUV198.7121.4153.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=38.74%
G=30.30%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418318700.220.200.08355.2954.8481.76
HexEAB7BB0161481633752
Octal352267273026241054367122
Binary1110101010110111101110110101101010010001011000111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7BB; }

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

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

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

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

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

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

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

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