#eab5bc

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

Shades of Blossom #EAB5BC

Tints of Blossom #EAB5BC

Color information

#EAB5BC (or 0xEAB5BC) is unknown color: approx Blossom. HEX triplet: EA, B5 and BC. RGB value is (234,181,188). Sum of RGB (Red+Green+Blue) = 234+181+188=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5BC is #154A43. Grayscale: #C5C5C5. Windows color (decimal): -1395268 or 12367338. OLE color: 12367338.

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

Color convert

RGB234181188-
CMYK00.230.200.08
HSL352.08º55.79%81.37%-
HSV(B)352.08º22.65%91.76%-
XYZ59.5354.1754.9-
YUV197.64122.56153.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=38.81%
G=30.02%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418118800.230.200.08352.0855.7981.37
HexEAB5BC0171481603851
Octal352265274027241054070121
Binary1110101010110101101111000101111010010001011000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eab5bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eab5bc; }

 p { color: rgb(234,181,188); }

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

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

 a { background-color: rgb(234,181,188); }

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

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

 span { border-color: rgb(234,181,188); }

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