#E7A09E

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

Shades of Petite Orchid #E7A09E

Tints of Petite Orchid #E7A09E

Color information

#E7A09E (or 0xE7A09E) is unknown color: approx Petite Orchid. HEX triplet: E7, A0 and 9E. RGB value is (231,160,158). Sum of RGB (Red+Green+Blue) = 231+160+158=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A09E is #185F61. Grayscale: #B5B5B5. Windows color (decimal): -1597282 or 10395879. OLE color: 10395879.

HSL color Cylindrical-coordinate representation of color #E7A09E: hue angle of 1.64º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A09E is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231160158-
CMYK00.310.320.09
HSL1.64º60.33%76.27%-
HSV(B)1.64º31.6%90.59%-
XYZ51.744.638.23-
YUV181115.02163.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=42.08%
G=29.14%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116015800.310.320.091.6460.3376.27
HexE7A09E01F20923c4c
Octal3472402360374011274114
Binary1110011110100000100111100111111000001001101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A09E; }

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

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

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

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

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

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

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

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