#EAB1B6

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

Shades of Blossom #EAB1B6

Tints of Blossom #EAB1B6

Color information

#EAB1B6 (or 0xEAB1B6) is unknown color: approx Blossom. HEX triplet: EA, B1 and B6. RGB value is (234,177,182). Sum of RGB (Red+Green+Blue) = 234+177+182=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1B6 is #154E49. Grayscale: #C2C2C2. Windows color (decimal): -1396298 or 11973098. OLE color: 11973098.

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

Color convert

RGB234177182-
CMYK00.240.220.08
HSL354.74º57.58%80.59%-
HSV(B)354.74º24.36%91.76%-
XYZ58.152.3151.29-
YUV194.61120.88156.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 177 (69.53% from 255) = 29.85%
BLUE value IS 182 (71.48% from 255) = 30.69%
R=39.46%
G=29.85%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417718200.240.220.08354.7457.5880.59
HexEAB1B60181681633a51
Octal352261266030261054372121
Binary1110101010110001101101100110001011010001011000111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1B6; }

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

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

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

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

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

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

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

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