Html Css Color HEX #E2A295 Rose

📋 copy color: '#E2A295'

red 226 ◦ green 162 ◦ blue 149

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

Shades of Rose #E2A295

Tints of Rose #E2A295

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 value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2A295 (or 0xE2A295) is known color: 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

RGB 226 162 149 -
CMYK 0 0.28 0.34 0.11
HSL 10.13º 0.57% 0.74% -
HSV(B) 10.13º 0.34% 0.89% -
XYZ 49.71 44.18 34.34 -
YUV 179.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 226 162 149 0 0.28 0.34 0.11 10.13 0.57 0.74
Hex E2 A2 95 0 1C 22 B A 39 4A
Octal 342 242 225 0 34 42 13 12 71 112
Binary 11100010 10100010 10010101 0 11100 100010 1011 1010 111001 1001010

Color Harmonies of #E2A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A295

Black with #E2A295

Text Example


Text Example

White with #E2A295

Text Example


Text Example

HTML Codes & Css Web 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>