#E59A94

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

Shades of Petite Orchid #E59A94

Tints of Petite Orchid #E59A94

Color information

#E59A94 (or 0xE59A94) is unknown color: approx Petite Orchid. HEX triplet: E5, 9A and 94. RGB value is (229,154,148). Sum of RGB (Red+Green+Blue) = 229+154+148=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A94 is #1A656B. Grayscale: #AFAFAF. Windows color (decimal): -1729900 or 9738981. OLE color: 9738981.

HSL color Cylindrical-coordinate representation of color #E59A94: hue angle of 4.44º 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 #E59A94 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB229154148-
CMYK00.330.350.10
HSL4.44º60.9%73.92%-
HSV(B)4.44º35.37%89.8%-
XYZ49.2141.9133.51-
YUV175.74112.35165.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=43.13%
G=29.00%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915414800.330.350.104.4460.973.92
HexE59A9402123A43d4a
Octal3452322240414312475112
Binary111001011001101010010100010000110001110101001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59A94; }

 p { color: rgb(229,154,148); }

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

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

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

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

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

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

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