Html Css Color HEX #E3A09E Petite Orchid

📋 copy color: '#E3A09E'

red 227 ◦ green 160 ◦ blue 158

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

Shades of Petite Orchid #E3A09E

Tints of Petite Orchid #E3A09E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.36%

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

R = 41.65%
G = 29.36%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E3A09E (or 0xE3A09E) is known color: Petite Orchid. HEX triplet: E3, A0 and 9E. RGB value is (227,160,158). Sum of RGB (Red+Green+Blue) = 227+160+158=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A09E is #1C5F61. Grayscale: #B3B3B3. Windows color (decimal): -1859426 or 10395875. OLE color: 10395875.

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

Color convert

RGB 227 160 158 -
CMYK 0 0.30 0.30 0.11
HSL 1.74º 0.55% 0.75% -
HSV(B) 1.74º 0.3% 0.89% -
XYZ 50.42 43.94 38.17 -
YUV 179.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 227 160 158 0 0.30 0.30 0.11 1.74 0.55 0.75
Hex E3 A0 9E 0 1E 1E B 2 37 4B
Octal 343 240 236 0 36 36 13 2 67 113
Binary 11100011 10100000 10011110 0 11110 11110 1011 10 110111 1001011

Color Harmonies of #E3A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A09E

Black with #E3A09E

Text Example


Text Example

White with #E3A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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