#E0A093

Color #E0A093 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #E0A093

Tints of Petite Orchid #E0A093

Color information

#E0A093 (or 0xE0A093) is unknown color: approx Petite Orchid. HEX triplet: E0, A0 and 93. RGB value is (224,160,147). Sum of RGB (Red+Green+Blue) = 224+160+147=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A093 is #1F5F6C. Grayscale: #B1B1B1. Windows color (decimal): -2056045 or 9674976. OLE color: 9674976.

HSL color Cylindrical-coordinate representation of color #E0A093: hue angle of 10.13º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0A093 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB224160147-
CMYK00.290.340.12
HSL10.13º55.4%72.75%-
HSV(B)10.13º34.38%87.84%-
XYZ48.5843.133.36-
YUV177.65110.7161.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=42.18%
G=30.13%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416014700.290.340.1210.1355.472.75
HexE0A09301D22Ca3749
Octal34024022303542141267111
Binary111000001010000010010011011101100010110010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A093; }

 p { color: rgb(224,160,147); }

 H1.HeaderClassName
 {
   color: #E0A093;
 }
 .AnyTagClassName
 {
   color: #E0A093;
 }
</style>
background-color css

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

 a { background-color: rgb(224,160,147); }

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

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

 span { border-color: rgb(224,160,147); }

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