#E2A996

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

Shades of Rose #E2A996

Tints of Rose #E2A996

Color information

#E2A996 (or 0xE2A996) is unknown color: approx Rose. HEX triplet: E2, A9 and 96. RGB value is (226,169,150). Sum of RGB (Red+Green+Blue) = 226+169+150=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A996 is #1D5669. Grayscale: #B8B8B8. Windows color (decimal): -1922666 or 9873890. OLE color: 9873890.

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

Color convert

RGB226169150-
CMYK00.250.340.11
HSL15º56.72%73.73%-
HSV(B)15º33.63%88.63%-
XYZ51.0646.7535.19-
YUV183.88108.88158.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=41.47%
G=31.01%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616915000.250.340.111556.7273.73
HexE2A99601922Bf394a
Octal34225122603142131771112
Binary111000101010100110010110011001100010101111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A996; }

 p { color: rgb(226,169,150); }

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

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

 a { background-color: rgb(226,169,150); }

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

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

 span { border-color: rgb(226,169,150); }

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