Html Css Color HEX #E2A396 Rose

📋 copy color: '#E2A396'

red 226 ◦ green 163 ◦ blue 150

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

Shades of Rose #E2A396

Tints of Rose #E2A396

RGB

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

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

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

R = 41.93%
G = 30.24%
B = 27.83%

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

#E2A396 (or 0xE2A396) is known color: Rose. HEX triplet: E2, A3 and 96. RGB value is (226,163,150). Sum of RGB (Red+Green+Blue) = 226+163+150=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A396 is #1D5C69. Grayscale: #B4B4B4. Windows color (decimal): -1924202 or 9872354. OLE color: 9872354.

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

Color convert

RGB 226 163 150 -
CMYK 0 0.28 0.34 0.11
HSL 10.26º 0.57% 0.74% -
HSV(B) 10.26º 0.34% 0.89% -
XYZ 49.97 44.57 34.82 -
YUV 180.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 226 163 150 0 0.28 0.34 0.11 10.26 0.57 0.74
Hex E2 A3 96 0 1C 22 B A 39 4A
Octal 342 243 226 0 34 42 13 12 71 112
Binary 11100010 10100011 10010110 0 11100 100010 1011 1010 111001 1001010

Color Harmonies of #E2A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A396

Black with #E2A396

Text Example


Text Example

White with #E2A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A396; }

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

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

background-color css

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

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

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

border-color css

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

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

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