#EAABB5

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

Shades of Blossom #EAABB5

Tints of Blossom #EAABB5

Color information

#EAABB5 (or 0xEAABB5) is unknown color: approx Blossom. HEX triplet: EA, AB and B5. RGB value is (234,171,181). Sum of RGB (Red+Green+Blue) = 234+171+181=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABB5 is #15544A. Grayscale: #BFBFBF. Windows color (decimal): -1397835 or 11906026. OLE color: 11906026.

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

Color convert

RGB234171181-
CMYK00.270.230.08
HSL350.48º60%79.41%-
HSV(B)350.48º26.92%91.76%-
XYZ56.8449.9550.36-
YUV190.98122.37158.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=39.93%
G=29.18%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417118100.270.230.08350.486079.41
HexEAABB501B17815e3c4f
Octal352253265033271053674117
Binary1110101010101011101101010110111011110001010111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABB5; }

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

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

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

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

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

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

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

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