#EAB1B5

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

Shades of Blossom #EAB1B5

Tints of Blossom #EAB1B5

Color information

#EAB1B5 (or 0xEAB1B5) is unknown color: approx Blossom. HEX triplet: EA, B1 and B5. RGB value is (234,177,181). Sum of RGB (Red+Green+Blue) = 234+177+181=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1B5 is #154E4A. Grayscale: #C2C2C2. Windows color (decimal): -1396299 or 11907562. OLE color: 11907562.

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

Color convert

RGB234177181-
CMYK00.240.230.08
HSL355.79º57.58%80.59%-
HSV(B)355.79º24.36%91.76%-
XYZ57.9952.2750.75-
YUV194.5120.38156.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=39.53%
G=29.90%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417718100.240.230.08355.7957.5880.59
HexEAB1B50181781643a51
Octal352261265030271054472121
Binary1110101010110001101101010110001011110001011001001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1B5; }

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

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

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

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

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

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

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

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