Html Css Color HEX #E2A096 Petite Orchid

📋 copy color: '#E2A096'

red 226 ◦ green 160 ◦ blue 150

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

Shades of Petite Orchid #E2A096

Tints of Petite Orchid #E2A096

RGB

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

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

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

R = 42.16%
G = 29.85%
B = 27.99%

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

#E2A096 (or 0xE2A096) is known color: Petite Orchid. HEX triplet: E2, A0 and 96. RGB value is (226,160,150). Sum of RGB (Red+Green+Blue) = 226+160+150=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A096 is #1D5F69. Grayscale: #B2B2B2. Windows color (decimal): -1924970 or 9871586. OLE color: 9871586.

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

Color convert

RGB 226 160 150 -
CMYK 0 0.29 0.34 0.11
HSL 7.89º 0.57% 0.74% -
HSV(B) 7.89º 0.34% 0.89% -
XYZ 49.44 43.51 34.65 -
YUV 178.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 226 160 150 0 0.29 0.34 0.11 7.89 0.57 0.74
Hex E2 A0 96 0 1D 22 B 8 39 4A
Octal 342 240 226 0 35 42 13 10 71 112
Binary 11100010 10100000 10010110 0 11101 100010 1011 1000 111001 1001010

Color Harmonies of #E2A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A096

Black with #E2A096

Text Example


Text Example

White with #E2A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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