Html Css Color HEX #E1A296 Rose

📋 copy color: '#E1A296'

red 225 ◦ green 162 ◦ blue 150

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

Shades of Rose #E1A296

Tints of Rose #E1A296

RGB

 RED value IS 225 (88.28% from 255) = 41.9%

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

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

R = 41.9%
G = 30.17%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E1A296 (or 0xE1A296) is known color: Rose. HEX triplet: E1, A2 and 96. RGB value is (225,162,150). Sum of RGB (Red+Green+Blue) = 225+162+150=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A296 is #1E5D69. Grayscale: #B3B3B3. Windows color (decimal): -1989994 or 9872097. OLE color: 9872097.

HSL color Cylindrical-coordinate representation of color #E1A296: hue angle of 9.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1A296 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 162 150 -
CMYK 0 0.28 0.33 0.12
HSL 9.6º 0.56% 0.74% -
HSV(B) 9.6º 0.33% 0.88% -
XYZ 49.48 44.05 34.75 -
YUV 179.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 225 162 150 0 0.28 0.33 0.12 9.6 0.56 0.74
Hex E1 A2 96 0 1C 21 C A 38 4A
Octal 341 242 226 0 34 41 14 12 70 112
Binary 11100001 10100010 10010110 0 11100 100001 1100 1010 111000 1001010

Color Harmonies of #E1A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A296

Black with #E1A296

Text Example


Text Example

White with #E1A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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