Html Css Color HEX #E1A29C Petite Orchid

📋 copy color: '#E1A29C'

red 225 ◦ green 162 ◦ blue 156

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

Shades of Petite Orchid #E1A29C

Tints of Petite Orchid #E1A29C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.83%

 BLUE value IS 156 (61.33% from 255) = 28.73%

R = 41.44%
G = 29.83%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1A29C (or 0xE1A29C) is known color: Petite Orchid. HEX triplet: E1, A2 and 9C. RGB value is (225,162,156). Sum of RGB (Red+Green+Blue) = 225+162+156=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A29C is #1E5D63. Grayscale: #B4B4B4. Windows color (decimal): -1989988 or 10265313. OLE color: 10265313.

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

Color convert

RGB 225 162 156 -
CMYK 0 0.28 0.31 0.12
HSL 5.22º 0.53% 0.75% -
HSV(B) 5.22º 0.31% 0.88% -
XYZ 49.97 44.25 37.36 -
YUV 180.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 225 162 156 0 0.28 0.31 0.12 5.22 0.53 0.75
Hex E1 A2 9C 0 1C 1F C 5 35 4B
Octal 341 242 234 0 34 37 14 5 65 113
Binary 11100001 10100010 10011100 0 11100 11111 1100 101 110101 1001011

Color Harmonies of #E1A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A29C

Black with #E1A29C

Text Example


Text Example

White with #E1A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A29C; }

 p { color: rgb(225,162,156); }

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

background-color css

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

 a { background-color: rgb(225,162,156); }

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

border-color css

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

 span { border-color: rgb(225,162,156); }

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