#E59793

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

Shades of Petite Orchid #E59793

Tints of Petite Orchid #E59793

Color information

#E59793 (or 0xE59793) is unknown color: approx Petite Orchid. HEX triplet: E5, 97 and 93. RGB value is (229,151,147). Sum of RGB (Red+Green+Blue) = 229+151+147=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E59793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59793 is #1A686C. Grayscale: #ADADAD. Windows color (decimal): -1730669 or 9672677. OLE color: 9672677.

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

Color convert

RGB229151147-
CMYK00.340.360.10
HSL2.93º61.19%73.73%-
HSV(B)2.93º35.81%89.8%-
XYZ48.6540.932.93-
YUV173.87112.84167.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=43.45%
G=28.65%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915114700.340.360.102.9361.1973.73
HexE5979302224A33d4a
Octal3452272230424412375112
Binary11100101100101111001001101000101001001010111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59793; }

 p { color: rgb(229,151,147); }

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

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

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

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

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

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

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