#E2A595

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

Shades of Rose #E2A595

Tints of Rose #E2A595

Color information

#E2A595 (or 0xE2A595) is unknown color: approx Rose. HEX triplet: E2, A5 and 95. RGB value is (226,165,149). Sum of RGB (Red+Green+Blue) = 226+165+149=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A595 is #1D5A6A. Grayscale: #B5B5B5. Windows color (decimal): -1923691 or 9807330. OLE color: 9807330.

HSL color Cylindrical-coordinate representation of color #E2A595: hue angle of 12.47º 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 #E2A595 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226165149-
CMYK00.270.340.11
HSL12.47º57.04%73.53%-
HSV(B)12.47º34.07%88.63%-
XYZ50.2445.2534.52-
YUV181.41109.71159.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.85%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=41.85%
G=30.56%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616514900.270.340.1112.4757.0473.53
HexE2A59501B22Bc394a
Octal34224522503342131471112
Binary111000101010010110010101011011100010101111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A595; }

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

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

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

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

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

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

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

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