#E59995

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

Shades of Petite Orchid #E59995

Tints of Petite Orchid #E59995

Color information

#E59995 (or 0xE59995) is unknown color: approx Petite Orchid. HEX triplet: E5, 99 and 95. RGB value is (229,153,149). Sum of RGB (Red+Green+Blue) = 229+153+149=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E59995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59995 is #1A666A. Grayscale: #AFAFAF. Windows color (decimal): -1730155 or 9804261. OLE color: 9804261.

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

Color convert

RGB229153149-
CMYK00.330.350.10
HSL60.61%74.12%-
HSV(B)34.93%89.8%-
XYZ49.1341.6133.88-
YUV175.27113.18166.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=43.13%
G=28.81%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915314900.330.350.10360.6174.12
HexE5999502123A33d4a
Octal3452312250414312375112
Binary11100101100110011001010101000011000111010111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59995; }

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

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

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

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

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

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

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

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