Html Css Color HEX #E2A495 Rose

📋 copy color: '#E2A495'

red 226 ◦ green 164 ◦ blue 149

#E2A495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #E2A495

Tints of Rose #E2A495

RGB

 RED value IS 226 (88.67% from 255) = 41.93%

 GREEN value IS 164 (64.45% from 255) = 30.43%

 BLUE value IS 149 (58.59% from 255) = 27.64%

R = 41.93%
G = 30.43%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2A495 (or 0xE2A495) is known color: Rose. HEX triplet: E2, A4 and 95. RGB value is (226,164,149). Sum of RGB (Red+Green+Blue) = 226+164+149=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A495 is #1D5B6A. Grayscale: #B4B4B4. Windows color (decimal): -1923947 or 9807074. OLE color: 9807074.

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

Color convert

RGB 226 164 149 -
CMYK 0 0.27 0.34 0.11
HSL 11.69º 0.57% 0.74% -
HSV(B) 11.69º 0.34% 0.89% -
XYZ 50.06 44.89 34.46 -
YUV 180.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 226 164 149 0 0.27 0.34 0.11 11.69 0.57 0.74
Hex E2 A4 95 0 1B 22 B C 39 4A
Octal 342 244 225 0 33 42 13 14 71 112
Binary 11100010 10100100 10010101 0 11011 100010 1011 1100 111001 1001010

Color Harmonies of #E2A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A495

Black with #E2A495

Text Example


Text Example

White with #E2A495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A495; }

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

 H1.HeaderClassName
 {
   color: #E2A495;
 }
 .AnyTagClassName
 {
   color: #E2A495;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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