#E2A295

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

Shades of Rose #E2A295

Tints of Rose #E2A295

Color information

#E2A295 (or 0xE2A295) is unknown color: approx Rose. HEX triplet: E2, A2 and 95. RGB value is (226,162,149). Sum of RGB (Red+Green+Blue) = 226+162+149=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A295 is #1D5D6A. Grayscale: #B3B3B3. Windows color (decimal): -1924459 or 9806562. OLE color: 9806562.

HSL color Cylindrical-coordinate representation of color #E2A295: hue angle of 10.13º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2A295 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226162149-
CMYK00.280.340.11
HSL10.13º57.04%73.53%-
HSV(B)10.13º34.07%88.63%-
XYZ49.7144.1834.34-
YUV179.65110.7161.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=42.09%
G=30.17%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616214900.280.340.1110.1357.0473.53
HexE2A29501C22Ba394a
Octal34224222503442131271112
Binary111000101010001010010101011100100010101110101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A295; }

 p { color: rgb(226,162,149); }

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

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

 a { background-color: rgb(226,162,149); }

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

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

 span { border-color: rgb(226,162,149); }

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