#E1A496

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

Shades of Rose #E1A496

Tints of Rose #E1A496

Color information

#E1A496 (or 0xE1A496) is unknown color: approx Rose. HEX triplet: E1, A4 and 96. RGB value is (225,164,150). Sum of RGB (Red+Green+Blue) = 225+164+150=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A496 is #1E5B69. Grayscale: #B4B4B4. Windows color (decimal): -1989482 or 9872609. OLE color: 9872609.

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

Color convert

RGB225164150-
CMYK00.270.330.12
HSL11.2º55.56%73.53%-
HSV(B)11.2º33.33%88.24%-
XYZ49.8344.7634.87-
YUV180.64110.71159.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=41.74%
G=30.43%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516415000.270.330.1211.255.5673.53
HexE1A49601B21Cb384a
Octal34124422603341141370112
Binary111000011010010010010110011011100001110010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A496; }

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

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

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

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

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

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

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

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