#E7A0A0

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

Shades of Petite Orchid #E7A0A0

Tints of Petite Orchid #E7A0A0

Color information

#E7A0A0 (or 0xE7A0A0) is unknown color: approx Petite Orchid. HEX triplet: E7, A0 and A0. RGB value is (231,160,160). Sum of RGB (Red+Green+Blue) = 231+160+160=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0A0 is #185F5F. Grayscale: #B5B5B5. Windows color (decimal): -1597280 or 10526951. OLE color: 10526951.

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

Color convert

RGB231160160-
CMYK00.310.310.09
HSL59.66%76.67%-
HSV(B)30.74%90.59%-
XYZ51.8744.6739.15-
YUV181.23116.02163.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 160 (62.89% from 255) = 29.04%
R=41.92%
G=29.04%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116016000.310.310.09059.6676.67
HexE7A0A001F1F903c4d
Octal3472402400373711074115
Binary11100111101000001010000001111111111100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A0A0; }

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

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

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

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

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

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

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

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