Html Css Color HEX #E2A29E Petite Orchid

📋 copy color: '#E2A29E'

red 226 ◦ green 162 ◦ blue 158

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

Shades of Petite Orchid #E2A29E

Tints of Petite Orchid #E2A29E

RGB

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

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

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

R = 41.39%
G = 29.67%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2A29E (or 0xE2A29E) is known color: Petite Orchid. HEX triplet: E2, A2 and 9E. RGB value is (226,162,158). Sum of RGB (Red+Green+Blue) = 226+162+158=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A29E is #1D5D61. Grayscale: #B4B4B4. Windows color (decimal): -1924450 or 10396386. OLE color: 10396386.

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

Color convert

RGB 226 162 158 -
CMYK 0 0.28 0.30 0.11
HSL 3.53º 0.54% 0.75% -
HSV(B) 3.53º 0.3% 0.89% -
XYZ 50.46 44.48 38.27 -
YUV 180.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 226 162 158 0 0.28 0.30 0.11 3.53 0.54 0.75
Hex E2 A2 9E 0 1C 1E B 4 36 4B
Octal 342 242 236 0 34 36 13 4 66 113
Binary 11100010 10100010 10011110 0 11100 11110 1011 100 110110 1001011

Color Harmonies of #E2A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A29E

Black with #E2A29E

Text Example


Text Example

White with #E2A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A29E; }

 p { color: rgb(226,162,158); }

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

background-color css

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

 a { background-color: rgb(226,162,158); }

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

border-color css

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

 span { border-color: rgb(226,162,158); }

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