#E2A395

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

Shades of Rose #E2A395

Tints of Rose #E2A395

Color information

#E2A395 (or 0xE2A395) is unknown color: approx Rose. HEX triplet: E2, A3 and 95. RGB value is (226,163,149). Sum of RGB (Red+Green+Blue) = 226+163+149=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A395 is #1D5C6A. Grayscale: #B4B4B4. Windows color (decimal): -1924203 or 9806818. OLE color: 9806818.

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

Color convert

RGB226163149-
CMYK00.280.340.11
HSL10.91º57.04%73.53%-
HSV(B)10.91º34.07%88.63%-
XYZ49.8944.5334.4-
YUV180.24110.37160.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=42.01%
G=30.30%
B=27.70%

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
Decimal22616314900.280.340.1110.9157.0473.53
HexE2A39501C22Bb394a
Octal34224322503442131371112
Binary111000101010001110010101011100100010101110111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A395; }

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

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

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

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

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

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

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

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