#E79E98

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

Shades of Petite Orchid #E79E98

Tints of Petite Orchid #E79E98

Color information

#E79E98 (or 0xE79E98) is unknown color: approx Petite Orchid. HEX triplet: E7, 9E and 98. RGB value is (231,158,152). Sum of RGB (Red+Green+Blue) = 231+158+152=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79E98 is #186167. Grayscale: #B3B3B3. Windows color (decimal): -1597800 or 10002151. OLE color: 10002151.

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

Color convert

RGB231158152-
CMYK00.320.340.09
HSL4.56º62.2%75.1%-
HSV(B)4.56º34.2%90.59%-
XYZ50.8543.7135.46-
YUV179.14112.68164.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=42.70%
G=29.21%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115815200.320.340.094.5662.275.1
HexE79E9802022953e4b
Octal3472362300404211576113
Binary111001111001111010011000010000010001010011011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79E98; }

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

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

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

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

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

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

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

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