#E49795

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

Shades of Petite Orchid #E49795

Tints of Petite Orchid #E49795

Color information

#E49795 (or 0xE49795) is unknown color: approx Petite Orchid. HEX triplet: E4, 97 and 95. RGB value is (228,151,149). Sum of RGB (Red+Green+Blue) = 228+151+149=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E49795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49795 is #1B686A. Grayscale: #ADADAD. Windows color (decimal): -1796203 or 9803748. OLE color: 9803748.

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

Color convert

RGB228151149-
CMYK00.340.350.11
HSL1.52º59.4%73.92%-
HSV(B)1.52º34.65%89.41%-
XYZ48.4940.833.75-
YUV173.8114.01166.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=43.18%
G=28.60%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815114900.340.350.111.5259.473.92
HexE4979502223B23b4a
Octal3442272250424313273112
Binary11100100100101111001010101000101000111011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49795; }

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

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

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

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

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

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

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

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