#E79F9A

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

Shades of Petite Orchid #E79F9A

Tints of Petite Orchid #E79F9A

Color information

#E79F9A (or 0xE79F9A) is unknown color: approx Petite Orchid. HEX triplet: E7, 9F and 9A. RGB value is (231,159,154). Sum of RGB (Red+Green+Blue) = 231+159+154=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79F9A is #186065. Grayscale: #B4B4B4. Windows color (decimal): -1597542 or 10133479. OLE color: 10133479.

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

Color convert

RGB231159154-
CMYK00.310.330.09
HSL3.9º61.6%75.49%-
HSV(B)3.9º33.33%90.59%-
XYZ51.1944.1236.39-
YUV179.96113.35164.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=42.46%
G=29.23%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115915400.310.330.093.961.675.49
HexE79F9A01F21943e4b
Octal3472372320374111476113
Binary11100111100111111001101001111110000110011001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79F9A; }

 p { color: rgb(231,159,154); }

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

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

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

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

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

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

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