#EAB1B3

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

Shades of Blossom #EAB1B3

Tints of Blossom #EAB1B3

Color information

#EAB1B3 (or 0xEAB1B3) is unknown color: approx Blossom. HEX triplet: EA, B1 and B3. RGB value is (234,177,179). Sum of RGB (Red+Green+Blue) = 234+177+179=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1B3 is #154E4C. Grayscale: #C2C2C2. Windows color (decimal): -1396301 or 11776490. OLE color: 11776490.

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

Color convert

RGB234177179-
CMYK00.240.240.08
HSL357.89º57.58%80.59%-
HSV(B)357.89º24.36%91.76%-
XYZ57.7952.1949.68-
YUV194.27119.38156.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 177 (69.53% from 255) = 30%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=39.66%
G=30%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417717900.240.240.08357.8957.5880.59
HexEAB1B30181881663a51
Octal352261263030301054672121
Binary1110101010110001101100110110001100010001011001101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1B3; }

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

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

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

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

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

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

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

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