Html Css Color HEX #E2A39C Petite Orchid

📋 copy color: '#E2A39C'

red 226 ◦ green 163 ◦ blue 156

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

Shades of Petite Orchid #E2A39C

Tints of Petite Orchid #E2A39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.62%

R = 41.47%
G = 29.91%
B = 28.62%

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

#E2A39C (or 0xE2A39C) is known color: Petite Orchid. HEX triplet: E2, A3 and 9C. RGB value is (226,163,156). Sum of RGB (Red+Green+Blue) = 226+163+156=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A39C is #1D5C63. Grayscale: #B5B5B5. Windows color (decimal): -1924196 or 10265570. OLE color: 10265570.

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

Color convert

RGB 226 163 156 -
CMYK 0 0.28 0.31 0.11
HSL 0.55% 0.75% -
HSV(B) 0.31% 0.89% -
XYZ 50.46 44.76 37.43 -
YUV 181.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 226 163 156 0 0.28 0.31 0.11 6 0.55 0.75
Hex E2 A3 9C 0 1C 1F B 6 37 4B
Octal 342 243 234 0 34 37 13 6 67 113
Binary 11100010 10100011 10011100 0 11100 11111 1011 110 110111 1001011

Color Harmonies of #E2A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A39C

Black with #E2A39C

Text Example


Text Example

White with #E2A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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