#E1AAB3

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

Shades of Blossom #E1AAB3

Tints of Blossom #E1AAB3

Color information

#E1AAB3 (or 0xE1AAB3) is unknown color: approx Blossom. HEX triplet: E1, AA and B3. RGB value is (225,170,179). Sum of RGB (Red+Green+Blue) = 225+170+179=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAB3 is #1E554C. Grayscale: #BBBBBB. Windows color (decimal): -1987917 or 11774689. OLE color: 11774689.

HSL color Cylindrical-coordinate representation of color #E1AAB3: hue angle of 350.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAB3 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB225170179-
CMYK00.240.200.12
HSL350.18º47.83%77.45%-
HSV(B)350.18º24.44%88.24%-
XYZ53.5648.0149.09-
YUV187.47123.22154.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=39.20%
G=29.62%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517017900.240.200.12350.1847.8377.45
HexE1AAB301814C15e304d
Octal341252263030241453660115
Binary1110000110101010101100110110001010011001010111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAB3; }

 p { color: rgb(225,170,179); }

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

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

 a { background-color: rgb(225,170,179); }

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

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

 span { border-color: rgb(225,170,179); }

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