#E59991

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

Shades of Petite Orchid #E59991

Tints of Petite Orchid #E59991

Color information

#E59991 (or 0xE59991) is unknown color: approx Petite Orchid. HEX triplet: E5, 99 and 91. RGB value is (229,153,145). Sum of RGB (Red+Green+Blue) = 229+153+145=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E59991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59991 is #1A666E. Grayscale: #AEAEAE. Windows color (decimal): -1730159 or 9542117. OLE color: 9542117.

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

Color convert

RGB229153145-
CMYK00.330.370.10
HSL5.71º61.76%73.33%-
HSV(B)5.71º36.68%89.8%-
XYZ48.8241.4832.22-
YUV174.81111.18166.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 145 (57.03% from 255) = 27.51%
R=43.45%
G=29.03%
B=27.51%

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
Decimal22915314500.330.370.105.7161.7673.33
HexE5999102125A63e49
Octal3452312210414512676111
Binary111001011001100110010001010000110010110101101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59991; }

 p { color: rgb(229,153,145); }

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

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

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

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

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

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

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