#E59E95

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

Shades of Petite Orchid #E59E95

Tints of Petite Orchid #E59E95

Color information

#E59E95 (or 0xE59E95) is unknown color: approx Petite Orchid. HEX triplet: E5, 9E and 95. RGB value is (229,158,149). Sum of RGB (Red+Green+Blue) = 229+158+149=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59E95 is #1A616A. Grayscale: #B2B2B2. Windows color (decimal): -1728875 or 9805541. OLE color: 9805541.

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

Color convert

RGB229158149-
CMYK00.310.350.10
HSL6.75º60.61%74.12%-
HSV(B)6.75º34.93%89.8%-
XYZ49.9643.2834.15-
YUV178.2111.52164.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=42.72%
G=29.48%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915814900.310.350.106.7560.6174.12
HexE59E9501F23A73d4a
Octal3452362250374312775112
Binary11100101100111101001010101111110001110101111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59E95; }

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

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

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

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

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

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

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

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