#EAAAB1

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

Shades of Blossom #EAAAB1

Tints of Blossom #EAAAB1

Color information

#EAAAB1 (or 0xEAAAB1) is unknown color: approx Blossom. HEX triplet: EA, AA and B1. RGB value is (234,170,177). Sum of RGB (Red+Green+Blue) = 234+170+177=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAB1 is #15554E. Grayscale: #BDBDBD. Windows color (decimal): -1398095 or 11643626. OLE color: 11643626.

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

Color convert

RGB234170177-
CMYK00.270.240.08
HSL353.44º60.38%79.22%-
HSV(B)353.44º27.35%91.76%-
XYZ56.2449.4248.17-
YUV189.93120.7159.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 177 (69.53% from 255) = 30.46%
R=40.28%
G=29.26%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417017700.270.240.08353.4460.3879.22
HexEAAAB101B1881613c4f
Octal352252261033301054174117
Binary1110101010101010101100010110111100010001011000011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAB1; }

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

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

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

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

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

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

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

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