Html Css Color HEX #E1A39E Petite Orchid

📋 copy color: '#E1A39E'

red 225 ◦ green 163 ◦ blue 158

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

Shades of Petite Orchid #E1A39E

Tints of Petite Orchid #E1A39E

RGB

 RED value IS 225 (88.28% from 255) = 41.21%

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

 BLUE value IS 158 (62.11% from 255) = 28.94%

R = 41.21%
G = 29.85%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1A39E (or 0xE1A39E) is known color: Petite Orchid. HEX triplet: E1, A3 and 9E. RGB value is (225,163,158). Sum of RGB (Red+Green+Blue) = 225+163+158=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A39E is #1E5C61. Grayscale: #B5B5B5. Windows color (decimal): -1989730 or 10396641. OLE color: 10396641.

HSL color Cylindrical-coordinate representation of color #E1A39E: hue angle of 4.48º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1A39E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 163 158 -
CMYK 0 0.28 0.30 0.12
HSL 4.48º 0.53% 0.75% -
HSV(B) 4.48º 0.3% 0.88% -
XYZ 50.32 44.67 38.32 -
YUV 180.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 225 163 158 0 0.28 0.30 0.12 4.48 0.53 0.75
Hex E1 A3 9E 0 1C 1E C 4 35 4B
Octal 341 243 236 0 34 36 14 4 65 113
Binary 11100001 10100011 10011110 0 11100 11110 1100 100 110101 1001011

Color Harmonies of #E1A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A39E

Black with #E1A39E

Text Example


Text Example

White with #E1A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A39E; }

 p { color: rgb(225,163,158); }

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

background-color css

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

 a { background-color: rgb(225,163,158); }

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

border-color css

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

 span { border-color: rgb(225,163,158); }

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