#E79C93

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

Shades of Petite Orchid #E79C93

Tints of Petite Orchid #E79C93

Color information

#E79C93 (or 0xE79C93) is unknown color: approx Petite Orchid. HEX triplet: E7, 9C and 93. RGB value is (231,156,147). Sum of RGB (Red+Green+Blue) = 231+156+147=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79C93 is #18636C. Grayscale: #B1B1B1. Windows color (decimal): -1598317 or 9673959. OLE color: 9673959.

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

Color convert

RGB231156147-
CMYK00.320.360.09
HSL6.43º63.64%74.12%-
HSV(B)6.43º36.36%90.59%-
XYZ50.1142.8733.24-
YUV177.4110.85166.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=43.26%
G=29.21%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115614700.320.360.096.4363.6474.12
HexE79C930202496404a
Octal34723422304044116100112
Binary1110011110011100100100110100000100100100111010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79C93; }

 p { color: rgb(231,156,147); }

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

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

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

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

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

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

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