#E59A90

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

Shades of Petite Orchid #E59A90

Tints of Petite Orchid #E59A90

Color information

#E59A90 (or 0xE59A90) is unknown color: approx Petite Orchid. HEX triplet: E5, 9A and 90. RGB value is (229,154,144). Sum of RGB (Red+Green+Blue) = 229+154+144=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A90 is #1A656F. Grayscale: #AFAFAF. Windows color (decimal): -1729904 or 9476837. OLE color: 9476837.

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

Color convert

RGB229154144-
CMYK00.330.370.10
HSL7.06º62.04%73.14%-
HSV(B)7.06º37.12%89.8%-
XYZ48.941.7831.87-
YUV175.28110.35166.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=43.45%
G=29.22%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915414400.330.370.107.0662.0473.14
HexE59A9002125A73e49
Octal3452322200414512776111
Binary111001011001101010010000010000110010110101111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59A90; }

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

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

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

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

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

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

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

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