#E1A699

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

Shades of Rose #E1A699

Tints of Rose #E1A699

Color information

#E1A699 (or 0xE1A699) is unknown color: approx Rose. HEX triplet: E1, A6 and 99. RGB value is (225,166,153). Sum of RGB (Red+Green+Blue) = 225+166+153=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A699 is #1E5966. Grayscale: #B6B6B6. Windows color (decimal): -1988967 or 10069729. OLE color: 10069729.

HSL color Cylindrical-coordinate representation of color #E1A699: hue angle of 10.83º degrees, saturation: 0.55, 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 #E1A699 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225166153-
CMYK00.260.320.12
HSL10.83º54.55%74.12%-
HSV(B)10.83º32%88.24%-
XYZ50.4445.5836.28-
YUV182.16111.55158.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 153 (60.16% from 255) = 28.12%
R=41.36%
G=30.51%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516615300.260.320.1210.8354.5574.12
HexE1A69901A20Cb374a
Octal34124623103240141367112
Binary111000011010011010011001011010100000110010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A699; }

 p { color: rgb(225,166,153); }

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

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

 a { background-color: rgb(225,166,153); }

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

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

 span { border-color: rgb(225,166,153); }

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