#E59795

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

Shades of Petite Orchid #E59795

Tints of Petite Orchid #E59795

Color information

#E59795 (or 0xE59795) is unknown color: approx Petite Orchid. HEX triplet: E5, 97 and 95. RGB value is (229,151,149). Sum of RGB (Red+Green+Blue) = 229+151+149=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E59795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59795 is #1A686A. Grayscale: #AEAEAE. Windows color (decimal): -1730667 or 9803749. OLE color: 9803749.

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

Color convert

RGB229151149-
CMYK00.340.350.10
HSL1.5º60.61%74.12%-
HSV(B)1.5º34.93%89.8%-
XYZ48.840.9633.77-
YUV174.09113.84167.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.29%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=43.29%
G=28.54%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915114900.340.350.101.560.6174.12
HexE5979502223A23d4a
Octal3452272250424312275112
Binary11100101100101111001010101000101000111010101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59795; }

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

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

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

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

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

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

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

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