Html Css Color HEX #E3A29E Petite Orchid

📋 copy color: '#E3A29E'

red 227 ◦ green 162 ◦ blue 158

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

Shades of Petite Orchid #E3A29E

Tints of Petite Orchid #E3A29E

RGB

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

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

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

R = 41.5%
G = 29.62%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E3A29E (or 0xE3A29E) is known color: Petite Orchid. HEX triplet: E3, A2 and 9E. RGB value is (227,162,158). Sum of RGB (Red+Green+Blue) = 227+162+158=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A29E is #1C5D61. Grayscale: #B5B5B5. Windows color (decimal): -1858914 or 10396387. OLE color: 10396387.

HSL color Cylindrical-coordinate representation of color #E3A29E: hue angle of 3.48º degrees, saturation: 0.55, 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 #E3A29E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 162 158 -
CMYK 0 0.29 0.30 0.11
HSL 3.48º 0.55% 0.75% -
HSV(B) 3.48º 0.3% 0.89% -
XYZ 50.77 44.64 38.29 -
YUV 180.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 227 162 158 0 0.29 0.30 0.11 3.48 0.55 0.75
Hex E3 A2 9E 0 1D 1E B 3 37 4B
Octal 343 242 236 0 35 36 13 3 67 113
Binary 11100011 10100010 10011110 0 11101 11110 1011 11 110111 1001011

Color Harmonies of #E3A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A29E

Black with #E3A29E

Text Example


Text Example

White with #E3A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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