Html Css Color HEX #E2A296 Rose

📋 copy color: '#E2A296'

red 226 ◦ green 162 ◦ blue 150

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

Shades of Rose #E2A296

Tints of Rose #E2A296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.11%

 BLUE value IS 150 (58.98% from 255) = 27.88%

R = 42.01%
G = 30.11%
B = 27.88%

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

#E2A296 (or 0xE2A296) is known color: Rose. HEX triplet: E2, A2 and 96. RGB value is (226,162,150). Sum of RGB (Red+Green+Blue) = 226+162+150=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A296 is #1D5D69. Grayscale: #B3B3B3. Windows color (decimal): -1924458 or 9872098. OLE color: 9872098.

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

Color convert

RGB 226 162 150 -
CMYK 0 0.28 0.34 0.11
HSL 9.47º 0.57% 0.74% -
HSV(B) 9.47º 0.34% 0.89% -
XYZ 49.79 44.21 34.76 -
YUV 179.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 226 162 150 0 0.28 0.34 0.11 9.47 0.57 0.74
Hex E2 A2 96 0 1C 22 B 9 39 4A
Octal 342 242 226 0 34 42 13 11 71 112
Binary 11100010 10100010 10010110 0 11100 100010 1011 1001 111001 1001010

Color Harmonies of #E2A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A296

Black with #E2A296

Text Example


Text Example

White with #E2A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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