Html Css Color HEX #E3A39B Petite Orchid

📋 copy color: '#E3A39B'

red 227 ◦ green 163 ◦ blue 155

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

Shades of Petite Orchid #E3A39B

Tints of Petite Orchid #E3A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.91%

 BLUE value IS 155 (60.94% from 255) = 28.44%

R = 41.65%
G = 29.91%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E3A39B (or 0xE3A39B) is known color: Petite Orchid. HEX triplet: E3, A3 and 9B. RGB value is (227,163,155). Sum of RGB (Red+Green+Blue) = 227+163+155=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A39B is #1C5C64. Grayscale: #B5B5B5. Windows color (decimal): -1858661 or 10200035. OLE color: 10200035.

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

Color convert

RGB 227 163 155 -
CMYK 0 0.28 0.32 0.11
HSL 6.67º 0.56% 0.75% -
HSV(B) 6.67º 0.32% 0.89% -
XYZ 50.69 44.89 37 -
YUV 181.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 227 163 155 0 0.28 0.32 0.11 6.67 0.56 0.75
Hex E3 A3 9B 0 1C 20 B 7 38 4B
Octal 343 243 233 0 34 40 13 7 70 113
Binary 11100011 10100011 10011011 0 11100 100000 1011 111 111000 1001011

Color Harmonies of #E3A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A39B

Black with #E3A39B

Text Example


Text Example

White with #E3A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A39B; }

 p { color: rgb(227,163,155); }

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

background-color css

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

 a { background-color: rgb(227,163,155); }

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

border-color css

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

 span { border-color: rgb(227,163,155); }

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