Html Css Color HEX #E3A19D Petite Orchid

📋 copy color: '#E3A19D'

red 227 ◦ green 161 ◦ blue 157

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

Shades of Petite Orchid #E3A19D

Tints of Petite Orchid #E3A19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.81%

R = 41.65%
G = 29.54%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E3A19D (or 0xE3A19D) is known color: Petite Orchid. HEX triplet: E3, A1 and 9D. RGB value is (227,161,157). Sum of RGB (Red+Green+Blue) = 227+161+157=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A19D is #1C5E62. Grayscale: #B4B4B4. Windows color (decimal): -1859171 or 10330595. OLE color: 10330595.

HSL color Cylindrical-coordinate representation of color #E3A19D: hue angle of 3.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E3A19D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 161 157 -
CMYK 0 0.29 0.31 0.11
HSL 3.43º 0.56% 0.75% -
HSV(B) 3.43º 0.31% 0.89% -
XYZ 50.51 44.25 37.78 -
YUV 180.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 227 161 157 0 0.29 0.31 0.11 3.43 0.56 0.75
Hex E3 A1 9D 0 1D 1F B 3 38 4B
Octal 343 241 235 0 35 37 13 3 70 113
Binary 11100011 10100001 10011101 0 11101 11111 1011 11 111000 1001011

Color Harmonies of #E3A19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A19D

Black with #E3A19D

Text Example


Text Example

White with #E3A19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A19D; }

 p { color: rgb(227,161,157); }

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

background-color css

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

 a { background-color: rgb(227,161,157); }

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

border-color css

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

 span { border-color: rgb(227,161,157); }

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