Html Css Color HEX #E3A097 Petite Orchid

📋 copy color: '#E3A097'

red 227 ◦ green 160 ◦ blue 151

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

Shades of Petite Orchid #E3A097

Tints of Petite Orchid #E3A097

RGB

 RED value IS 227 (89.06% from 255) = 42.19%

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

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

R = 42.19%
G = 29.74%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E3A097 (or 0xE3A097) is known color: Petite Orchid. HEX triplet: E3, A0 and 97. RGB value is (227,160,151). Sum of RGB (Red+Green+Blue) = 227+160+151=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A097 is #1C5F68. Grayscale: #B3B3B3. Windows color (decimal): -1859433 or 9937123. OLE color: 9937123.

HSL color Cylindrical-coordinate representation of color #E3A097: hue angle of 7.11º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3A097 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 160 151 -
CMYK 0 0.30 0.33 0.11
HSL 7.11º 0.58% 0.74% -
HSV(B) 7.11º 0.33% 0.89% -
XYZ 49.84 43.71 35.09 -
YUV 179.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 227 160 151 0 0.30 0.33 0.11 7.11 0.58 0.74
Hex E3 A0 97 0 1E 21 B 7 3A 4A
Octal 343 240 227 0 36 41 13 7 72 112
Binary 11100011 10100000 10010111 0 11110 100001 1011 111 111010 1001010

Color Harmonies of #E3A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A097

Black with #E3A097

Text Example


Text Example

White with #E3A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A097; }

 p { color: rgb(227,160,151); }

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

background-color css

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

 a { background-color: rgb(227,160,151); }

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

border-color css

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

 span { border-color: rgb(227,160,151); }

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