#E59C9A

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

Shades of Petite Orchid #E59C9A

Tints of Petite Orchid #E59C9A

Color information

#E59C9A (or 0xE59C9A) is unknown color: approx Petite Orchid. HEX triplet: E5, 9C and 9A. RGB value is (229,156,154). Sum of RGB (Red+Green+Blue) = 229+156+154=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C9A is #1A6365. Grayscale: #B1B1B1. Windows color (decimal): -1729382 or 10132709. OLE color: 10132709.

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

Color convert

RGB229156154-
CMYK00.320.330.10
HSL1.6º59.06%75.1%-
HSV(B)1.6º32.75%89.8%-
XYZ50.0342.7736.19-
YUV177.6114.68164.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.49%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=42.49%
G=28.94%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915615400.320.330.101.659.0675.1
HexE59C9A02021A23b4b
Octal3452342320404112273113
Binary11100101100111001001101001000001000011010101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59C9A; }

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

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

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

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

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

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

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

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