#E59895

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

Shades of Petite Orchid #E59895

Tints of Petite Orchid #E59895

Color information

#E59895 (or 0xE59895) is unknown color: approx Petite Orchid. HEX triplet: E5, 98 and 95. RGB value is (229,152,149). Sum of RGB (Red+Green+Blue) = 229+152+149=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E59895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59895 is #1A676A. Grayscale: #AEAEAE. Windows color (decimal): -1730411 or 9804005. OLE color: 9804005.

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

Color convert

RGB229152149-
CMYK00.340.350.10
HSL2.25º60.61%74.12%-
HSV(B)2.25º34.93%89.8%-
XYZ48.9741.2833.82-
YUV174.68113.51166.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=43.21%
G=28.68%
B=28.11%

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
Decimal22915214900.340.350.102.2560.6174.12
HexE5989502223A23d4a
Octal3452302250424312275112
Binary11100101100110001001010101000101000111010101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59895; }

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

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

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

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

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

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

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

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