#E1A997

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

Shades of Rose #E1A997

Tints of Rose #E1A997

Color information

#E1A997 (or 0xE1A997) is unknown color: approx Rose. HEX triplet: E1, A9 and 97. RGB value is (225,169,151). Sum of RGB (Red+Green+Blue) = 225+169+151=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A997 is #1E5668. Grayscale: #B7B7B7. Windows color (decimal): -1988201 or 9939425. OLE color: 9939425.

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

Color convert

RGB225169151-
CMYK00.250.330.12
HSL14.59º55.22%73.73%-
HSV(B)14.59º32.89%88.24%-
XYZ50.8346.6235.6-
YUV183.69109.55157.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=41.28%
G=31.01%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516915100.250.330.1214.5955.2273.73
HexE1A99701921Cf374a
Octal34125122703141141767112
Binary111000011010100110010111011001100001110011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A997; }

 p { color: rgb(225,169,151); }

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

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

 a { background-color: rgb(225,169,151); }

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

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

 span { border-color: rgb(225,169,151); }

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