#E1A897

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

Shades of Rose #E1A897

Tints of Rose #E1A897

Color information

#E1A897 (or 0xE1A897) is unknown color: approx Rose. HEX triplet: E1, A8 and 97. RGB value is (225,168,151). Sum of RGB (Red+Green+Blue) = 225+168+151=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A897 is #1E5768. Grayscale: #B7B7B7. Windows color (decimal): -1988457 or 9939169. OLE color: 9939169.

HSL color Cylindrical-coordinate representation of color #E1A897: hue angle of 13.78º 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 #E1A897 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225168151-
CMYK00.250.330.12
HSL13.78º55.22%73.73%-
HSV(B)13.78º32.89%88.24%-
XYZ50.6446.2535.54-
YUV183.1109.88157.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 151 (59.38% from 255) = 27.76%
R=41.36%
G=30.88%
B=27.76%

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
Decimal22516815100.250.330.1213.7855.2273.73
HexE1A89701921Ce374a
Octal34125022703141141667112
Binary111000011010100010010111011001100001110011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A897; }

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

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

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

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

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

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

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

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