#E1A39B

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

Shades of Rose #E1A39B

Tints of Rose #E1A39B

Color information

#E1A39B (or 0xE1A39B) is unknown color: approx Rose. HEX triplet: E1, A3 and 9B. RGB value is (225,163,155). Sum of RGB (Red+Green+Blue) = 225+163+155=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A39B is #1E5C64. Grayscale: #B4B4B4. Windows color (decimal): -1989733 or 10200033. OLE color: 10200033.

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

Color convert

RGB225163155-
CMYK00.280.310.12
HSL6.86º53.85%74.51%-
HSV(B)6.86º31.11%88.24%-
XYZ50.0644.5736.97-
YUV180.63113.54159.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=41.44%
G=30.02%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516315500.280.310.126.8653.8574.51
HexE1A39B01C1FC7364b
Octal3412432330343714766113
Binary1110000110100011100110110111001111111001111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A39B; }

 p { color: rgb(225,163,155); }

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

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

 a { background-color: rgb(225,163,155); }

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

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

 span { border-color: rgb(225,163,155); }

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