#e59a9a

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

Shades of Petite Orchid #E59A9A

Tints of Petite Orchid #E59A9A

Color information

#E59A9A (or 0xE59A9A) is unknown color: approx Petite Orchid. HEX triplet: E5, 9A and 9A. RGB value is (229,154,154). Sum of RGB (Red+Green+Blue) = 229+154+154=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A9A is #1A6565. Grayscale: #B0B0B0. Windows color (decimal): -1729894 or 10132197. OLE color: 10132197.

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

Color convert

RGB229154154-
CMYK00.330.330.10
HSL59.06%75.1%-
HSV(B)32.75%89.8%-
XYZ49.742.136.08-
YUV176.42115.35165.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=42.64%
G=28.68%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915415400.330.330.10059.0675.1
HexE59A9A02121A03b4b
Octal3452322320414112073113
Binary1110010110011010100110100100001100001101001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e59a9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e59a9a; }

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

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

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

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

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

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

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

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