#E1AEB9

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

Shades of Blossom #E1AEB9

Tints of Blossom #E1AEB9

Color information

#E1AEB9 (or 0xE1AEB9) is unknown color: approx Blossom. HEX triplet: E1, AE and B9. RGB value is (225,174,185). Sum of RGB (Red+Green+Blue) = 225+174+185=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEB9 is #1E5146. Grayscale: #BEBEBE. Windows color (decimal): -1986887 or 12168929. OLE color: 12168929.

HSL color Cylindrical-coordinate representation of color #E1AEB9: hue angle of 347.06º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AEB9 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225174185-
CMYK00.230.180.12
HSL347.06º45.95%78.24%-
HSV(B)347.06º22.67%88.24%-
XYZ54.9449.7852.61-
YUV190.5124.9152.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=38.53%
G=29.79%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517418500.230.180.12347.0645.9578.24
HexE1AEB901712C15b2e4e
Octal341256271027221453356116
Binary1110000110101110101110010101111001011001010110111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEB9; }

 p { color: rgb(225,174,185); }

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

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

 a { background-color: rgb(225,174,185); }

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

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

 span { border-color: rgb(225,174,185); }

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