#EAB1B9

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

Shades of Blossom #EAB1B9

Tints of Blossom #EAB1B9

Color information

#EAB1B9 (or 0xEAB1B9) is unknown color: approx Blossom. HEX triplet: EA, B1 and B9. RGB value is (234,177,185). Sum of RGB (Red+Green+Blue) = 234+177+185=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1B9 is #154E46. Grayscale: #C2C2C2. Windows color (decimal): -1396295 or 12169706. OLE color: 12169706.

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

Color convert

RGB234177185-
CMYK00.240.210.08
HSL351.58º57.58%80.59%-
HSV(B)351.58º24.36%91.76%-
XYZ58.4152.4452.94-
YUV194.96122.38155.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 177 (69.53% from 255) = 29.70%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=39.26%
G=29.70%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417718500.240.210.08351.5857.5880.59
HexEAB1B90181581603a51
Octal352261271030251054072121
Binary1110101010110001101110010110001010110001011000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1B9; }

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

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

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

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

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

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

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

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