Html Css Color HEX #E1AA94 Rose

📋 copy color: '#E1AA94'

red 225 ◦ green 170 ◦ blue 148

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

Shades of Rose #E1AA94

Tints of Rose #E1AA94

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.31%

 BLUE value IS 148 (58.2% from 255) = 27.26%

R = 41.44%
G = 31.31%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E1AA94 (or 0xE1AA94) is known color: Rose. HEX triplet: E1, AA and 94. RGB value is (225,170,148). Sum of RGB (Red+Green+Blue) = 225+170+148=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AA94 is #1E556B. Grayscale: #B8B8B8. Windows color (decimal): -1987948 or 9743073. OLE color: 9743073.

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

Color convert

RGB 225 170 148 -
CMYK 0 0.24 0.34 0.12
HSL 17.14º 0.56% 0.73% -
HSV(B) 17.14º 0.34% 0.88% -
XYZ 50.77 46.9 34.39 -
YUV 183.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 225 170 148 0 0.24 0.34 0.12 17.14 0.56 0.73
Hex E1 AA 94 0 18 22 C 11 38 49
Octal 341 252 224 0 30 42 14 21 70 111
Binary 11100001 10101010 10010100 0 11000 100010 1100 10001 111000 1001001

Color Harmonies of #E1AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA94

Black with #E1AA94

Text Example


Text Example

White with #E1AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA94; }

 p { color: rgb(225,170,148); }

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

background-color css

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

 a { background-color: rgb(225,170,148); }

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

border-color css

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

 span { border-color: rgb(225,170,148); }

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