Html Css Color HEX #E1A396 Rose

📋 copy color: '#E1A396'

red 225 ◦ green 163 ◦ blue 150

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

Shades of Rose #E1A396

Tints of Rose #E1A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.3%

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

R = 41.82%
G = 30.3%
B = 27.88%

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

#E1A396 (or 0xE1A396) is known color: Rose. HEX triplet: E1, A3 and 96. RGB value is (225,163,150). Sum of RGB (Red+Green+Blue) = 225+163+150=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A396 is #1E5C69. Grayscale: #B4B4B4. Windows color (decimal): -1989738 or 9872353. OLE color: 9872353.

HSL color Cylindrical-coordinate representation of color #E1A396: hue angle of 10.4º 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 #E1A396 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 163 150 -
CMYK 0 0.28 0.33 0.12
HSL 10.4º 0.56% 0.74% -
HSV(B) 10.4º 0.33% 0.88% -
XYZ 49.65 44.4 34.81 -
YUV 180.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 225 163 150 0 0.28 0.33 0.12 10.4 0.56 0.74
Hex E1 A3 96 0 1C 21 C A 38 4A
Octal 341 243 226 0 34 41 14 12 70 112
Binary 11100001 10100011 10010110 0 11100 100001 1100 1010 111000 1001010

Color Harmonies of #E1A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A396

Black with #E1A396

Text Example


Text Example

White with #E1A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A396; }

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

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

background-color css

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

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

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

border-color css

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

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

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