#E59F97

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

Shades of Petite Orchid #E59F97

Tints of Petite Orchid #E59F97

Color information

#E59F97 (or 0xE59F97) is unknown color: approx Petite Orchid. HEX triplet: E5, 9F and 97. RGB value is (229,159,151). Sum of RGB (Red+Green+Blue) = 229+159+151=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59F97 is #1A6068. Grayscale: #B3B3B3. Windows color (decimal): -1728617 or 9936869. OLE color: 9936869.

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

Color convert

RGB229159151-
CMYK00.310.340.10
HSL6.15º60%74.51%-
HSV(B)6.15º34.06%89.8%-
XYZ50.343.6935.06-
YUV179.02112.19163.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 151 (59.38% from 255) = 28.01%
R=42.49%
G=29.50%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915915100.310.340.106.156074.51
HexE59F9701F22A63c4b
Octal3452372270374212674113
Binary11100101100111111001011101111110001010101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59F97; }

 p { color: rgb(229,159,151); }

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

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

 a { background-color: rgb(229,159,151); }

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

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

 span { border-color: rgb(229,159,151); }

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