Html Css Color HEX #E1A19E Petite Orchid

📋 copy color: '#E1A19E'

red 225 ◦ green 161 ◦ blue 158

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

Shades of Petite Orchid #E1A19E

Tints of Petite Orchid #E1A19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.6%

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

R = 41.36%
G = 29.6%
B = 29.04%

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

#E1A19E (or 0xE1A19E) is known color: Petite Orchid. HEX triplet: E1, A1 and 9E. RGB value is (225,161,158). Sum of RGB (Red+Green+Blue) = 225+161+158=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A19E is #1E5E61. Grayscale: #B3B3B3. Windows color (decimal): -1990242 or 10396129. OLE color: 10396129.

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

Color convert

RGB 225 161 158 -
CMYK 0 0.28 0.30 0.12
HSL 2.69º 0.53% 0.75% -
HSV(B) 2.69º 0.3% 0.88% -
XYZ 49.97 43.97 38.2 -
YUV 179.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 225 161 158 0 0.28 0.30 0.12 2.69 0.53 0.75
Hex E1 A1 9E 0 1C 1E C 3 35 4B
Octal 341 241 236 0 34 36 14 3 65 113
Binary 11100001 10100001 10011110 0 11100 11110 1100 11 110101 1001011

Color Harmonies of #E1A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A19E

Black with #E1A19E

Text Example


Text Example

White with #E1A19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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