Html Css Color HEX #E0A297 Rose

📋 copy color: '#E0A297'

red 224 ◦ green 162 ◦ blue 151

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

Shades of Rose #E0A297

Tints of Rose #E0A297

RGB

 RED value IS 224 (87.89% from 255) = 41.71%

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

 BLUE value IS 151 (59.38% from 255) = 28.12%

R = 41.71%
G = 30.17%
B = 28.12%

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

#E0A297 (or 0xE0A297) is known color: Rose. HEX triplet: E0, A2 and 97. RGB value is (224,162,151). Sum of RGB (Red+Green+Blue) = 224+162+151=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A297 is #1F5D68. Grayscale: #B3B3B3. Windows color (decimal): -2055529 or 9937632. OLE color: 9937632.

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

Color convert

RGB 224 162 151 -
CMYK 0 0.28 0.33 0.12
HSL 9.04º 0.54% 0.74% -
HSV(B) 9.04º 0.33% 0.88% -
XYZ 49.25 43.92 35.16 -
YUV 179.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 224 162 151 0 0.28 0.33 0.12 9.04 0.54 0.74
Hex E0 A2 97 0 1C 21 C 9 36 4A
Octal 340 242 227 0 34 41 14 11 66 112
Binary 11100000 10100010 10010111 0 11100 100001 1100 1001 110110 1001010

Color Harmonies of #E0A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A297

Black with #E0A297

Text Example


Text Example

White with #E0A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A297; }

 p { color: rgb(224,162,151); }

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

background-color css

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

 a { background-color: rgb(224,162,151); }

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

border-color css

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

 span { border-color: rgb(224,162,151); }

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