#E49F96

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

Shades of Petite Orchid #E49F96

Tints of Petite Orchid #E49F96

Color information

#E49F96 (or 0xE49F96) is unknown color: approx Petite Orchid. HEX triplet: E4, 9F and 96. RGB value is (228,159,150). Sum of RGB (Red+Green+Blue) = 228+159+150=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49F96 is #1B6069. Grayscale: #B2B2B2. Windows color (decimal): -1794154 or 9871332. OLE color: 9871332.

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

Color convert

RGB228159150-
CMYK00.300.340.11
HSL6.92º59.09%74.12%-
HSV(B)6.92º34.21%89.41%-
XYZ49.943.4934.62-
YUV178.6111.86163.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=42.46%
G=29.61%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815915000.300.340.116.9259.0974.12
HexE49F9601E22B73b4a
Octal3442372260364213773112
Binary11100100100111111001011001111010001010111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49F96; }

 p { color: rgb(228,159,150); }

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

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

 a { background-color: rgb(228,159,150); }

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

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

 span { border-color: rgb(228,159,150); }

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