Html Css Color HEX #E2A39B Petite Orchid

📋 copy color: '#E2A39B'

red 226 ◦ green 163 ◦ blue 155

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

Shades of Petite Orchid #E2A39B

Tints of Petite Orchid #E2A39B

RGB

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

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

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

R = 41.54%
G = 29.96%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2A39B (or 0xE2A39B) is known color: Petite Orchid. HEX triplet: E2, A3 and 9B. RGB value is (226,163,155). Sum of RGB (Red+Green+Blue) = 226+163+155=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A39B is #1D5C64. Grayscale: #B5B5B5. Windows color (decimal): -1924197 or 10200034. OLE color: 10200034.

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

Color convert

RGB 226 163 155 -
CMYK 0 0.28 0.31 0.11
HSL 6.76º 0.55% 0.75% -
HSV(B) 6.76º 0.31% 0.89% -
XYZ 50.38 44.73 36.99 -
YUV 180.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 226 163 155 0 0.28 0.31 0.11 6.76 0.55 0.75
Hex E2 A3 9B 0 1C 1F B 7 37 4B
Octal 342 243 233 0 34 37 13 7 67 113
Binary 11100010 10100011 10011011 0 11100 11111 1011 111 110111 1001011

Color Harmonies of #E2A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A39B

Black with #E2A39B

Text Example


Text Example

White with #E2A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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