Html Css Color HEX #E2A095 Petite Orchid

📋 copy color: '#E2A095'

red 226 ◦ green 160 ◦ blue 149

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

Shades of Petite Orchid #E2A095

Tints of Petite Orchid #E2A095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.91%

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 42.24%
G = 29.91%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2A095 (or 0xE2A095) is known color: Petite Orchid. HEX triplet: E2, A0 and 95. RGB value is (226,160,149). Sum of RGB (Red+Green+Blue) = 226+160+149=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A095 is #1D5F6A. Grayscale: #B2B2B2. Windows color (decimal): -1924971 or 9806050. OLE color: 9806050.

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

Color convert

RGB 226 160 149 -
CMYK 0 0.29 0.34 0.11
HSL 8.57º 0.57% 0.74% -
HSV(B) 8.57º 0.34% 0.89% -
XYZ 49.36 43.48 34.22 -
YUV 178.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 226 160 149 0 0.29 0.34 0.11 8.57 0.57 0.74
Hex E2 A0 95 0 1D 22 B 9 39 4A
Octal 342 240 225 0 35 42 13 11 71 112
Binary 11100010 10100000 10010101 0 11101 100010 1011 1001 111001 1001010

Color Harmonies of #E2A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A095

Black with #E2A095

Text Example


Text Example

White with #E2A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A095; }

 p { color: rgb(226,160,149); }

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

background-color css

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

 a { background-color: rgb(226,160,149); }

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

border-color css

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

 span { border-color: rgb(226,160,149); }

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