Html Css Color HEX #E3A099 Petite Orchid

📋 copy color: '#E3A099'

red 227 ◦ green 160 ◦ blue 153

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

Shades of Petite Orchid #E3A099

Tints of Petite Orchid #E3A099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.33%

R = 42.04%
G = 29.63%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E3A099 (or 0xE3A099) is known color: Petite Orchid. HEX triplet: E3, A0 and 99. RGB value is (227,160,153). Sum of RGB (Red+Green+Blue) = 227+160+153=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A099 is #1C5F66. Grayscale: #B3B3B3. Windows color (decimal): -1859431 or 10068195. OLE color: 10068195.

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

Color convert

RGB 227 160 153 -
CMYK 0 0.30 0.33 0.11
HSL 5.68º 0.57% 0.75% -
HSV(B) 5.68º 0.33% 0.89% -
XYZ 50 43.77 35.95 -
YUV 179.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 227 160 153 0 0.30 0.33 0.11 5.68 0.57 0.75
Hex E3 A0 99 0 1E 21 B 6 39 4B
Octal 343 240 231 0 36 41 13 6 71 113
Binary 11100011 10100000 10011001 0 11110 100001 1011 110 111001 1001011

Color Harmonies of #E3A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A099

Black with #E3A099

Text Example


Text Example

White with #E3A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A099; }

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

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

background-color css

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

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

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

border-color css

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

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

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