#E59B93

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

Shades of Petite Orchid #E59B93

Tints of Petite Orchid #E59B93

Color information

#E59B93 (or 0xE59B93) is unknown color: approx Petite Orchid. HEX triplet: E5, 9B and 93. RGB value is (229,155,147). Sum of RGB (Red+Green+Blue) = 229+155+147=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59B93 is #1A646C. Grayscale: #B0B0B0. Windows color (decimal): -1729645 or 9673701. OLE color: 9673701.

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

Color convert

RGB229155147-
CMYK00.320.360.10
HSL5.85º61.19%73.73%-
HSV(B)5.85º35.81%89.8%-
XYZ49.342.2133.15-
YUV176.21111.52165.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=43.13%
G=29.19%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915514700.320.360.105.8561.1973.73
HexE59B9302024A63d4a
Octal3452332230404412675112
Binary111001011001101110010011010000010010010101101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59B93; }

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

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

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

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

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

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

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

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