#EAB1BB

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

Shades of Blossom #EAB1BB

Tints of Blossom #EAB1BB

Color information

#EAB1BB (or 0xEAB1BB) is unknown color: approx Blossom. HEX triplet: EA, B1 and BB. RGB value is (234,177,187). Sum of RGB (Red+Green+Blue) = 234+177+187=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1BB is #154E44. Grayscale: #C3C3C3. Windows color (decimal): -1396293 or 12300778. OLE color: 12300778.

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

Color convert

RGB234177187-
CMYK00.240.200.08
HSL349.47º57.58%80.59%-
HSV(B)349.47º24.36%91.76%-
XYZ58.6252.5254.06-
YUV195.18123.38155.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 177 (69.53% from 255) = 29.60%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=39.13%
G=29.60%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417718700.240.200.08349.4757.5880.59
HexEAB1BB01814815d3a51
Octal352261273030241053572121
Binary1110101010110001101110110110001010010001010111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1BB; }

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

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

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

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

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

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

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

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