#E2AAB1

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

Shades of Blossom #E2AAB1

Tints of Blossom #E2AAB1

Color information

#E2AAB1 (or 0xE2AAB1) is unknown color: approx Blossom. HEX triplet: E2, AA and B1. RGB value is (226,170,177). Sum of RGB (Red+Green+Blue) = 226+170+177=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAB1 is #1D554E. Grayscale: #BBBBBB. Windows color (decimal): -1922383 or 11643618. OLE color: 11643618.

HSL color Cylindrical-coordinate representation of color #E2AAB1: hue angle of 352.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAB1 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB226170177-
CMYK00.250.220.11
HSL352.5º49.12%77.65%-
HSV(B)352.5º24.78%88.63%-
XYZ53.6748.0948.05-
YUV187.54122.05155.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=39.44%
G=29.67%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617017700.250.220.11352.549.1277.65
HexE2AAB101916B160314e
Octal342252261031261354061116
Binary1110001010101010101100010110011011010111011000001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAB1; }

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

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

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

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

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

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

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

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