#E79B95

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

Shades of Petite Orchid #E79B95

Tints of Petite Orchid #E79B95

Color information

#E79B95 (or 0xE79B95) is unknown color: approx Petite Orchid. HEX triplet: E7, 9B and 95. RGB value is (231,155,149). Sum of RGB (Red+Green+Blue) = 231+155+149=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79B95 is #18646A. Grayscale: #B1B1B1. Windows color (decimal): -1598571 or 9804775. OLE color: 9804775.

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

Color convert

RGB231155149-
CMYK00.330.350.09
HSL4.39º63.08%74.51%-
HSV(B)4.39º35.5%90.59%-
XYZ50.142.634.02-
YUV177.04112.18166.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=43.18%
G=28.97%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115514900.330.350.094.3963.0874.51
HexE79B9502123943f4b
Octal3472332250414311477113
Binary111001111001101110010101010000110001110011001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79B95; }

 p { color: rgb(231,155,149); }

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

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

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

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

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

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

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