#E1A49A

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

Shades of Rose #E1A49A

Tints of Rose #E1A49A

Color information

#E1A49A (or 0xE1A49A) is unknown color: approx Rose. HEX triplet: E1, A4 and 9A. RGB value is (225,164,154). Sum of RGB (Red+Green+Blue) = 225+164+154=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A49A is #1E5B65. Grayscale: #B5B5B5. Windows color (decimal): -1989478 or 10134753. OLE color: 10134753.

HSL color Cylindrical-coordinate representation of color #E1A49A: hue angle of 8.45º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A49A is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225164154-
CMYK00.270.320.12
HSL8.45º54.2%74.31%-
HSV(B)8.45º31.56%88.24%-
XYZ50.1644.8936.59-
YUV181.1112.71159.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=41.44%
G=30.20%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516415400.270.320.128.4554.274.31
HexE1A49A01B20C8364a
Octal34124423203340141066112
Binary111000011010010010011010011011100000110010001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A49A; }

 p { color: rgb(225,164,154); }

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

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

 a { background-color: rgb(225,164,154); }

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

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

 span { border-color: rgb(225,164,154); }

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