#E59E9E

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

Shades of Petite Orchid #E59E9E

Tints of Petite Orchid #E59E9E

Color information

#E59E9E (or 0xE59E9E) is unknown color: approx Petite Orchid. HEX triplet: E5, 9E and 9E. RGB value is (229,158,158). Sum of RGB (Red+Green+Blue) = 229+158+158=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59E9E is #1A6161. Grayscale: #B3B3B3. Windows color (decimal): -1728866 or 10395365. OLE color: 10395365.

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

Color convert

RGB229158158-
CMYK00.310.310.10
HSL57.72%75.88%-
HSV(B)31%89.8%-
XYZ50.7143.5838.09-
YUV179.23116.02163.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=42.02%
G=28.99%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915815800.310.310.10057.7275.88
HexE59E9E01F1FA03a4c
Octal3452362360373712072114
Binary11100101100111101001111001111111111101001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59E9E; }

 p { color: rgb(229,158,158); }

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

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

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

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

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

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

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