#E49E95

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

Shades of Petite Orchid #E49E95

Tints of Petite Orchid #E49E95

Color information

#E49E95 (or 0xE49E95) is unknown color: approx Petite Orchid. HEX triplet: E4, 9E and 95. RGB value is (228,158,149). Sum of RGB (Red+Green+Blue) = 228+158+149=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49E95 is #1B616A. Grayscale: #B2B2B2. Windows color (decimal): -1794411 or 9805540. OLE color: 9805540.

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

Color convert

RGB228158149-
CMYK00.310.350.11
HSL6.84º59.4%73.92%-
HSV(B)6.84º34.65%89.41%-
XYZ49.6543.1234.14-
YUV177.9111.69163.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=42.62%
G=29.53%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815814900.310.350.116.8459.473.92
HexE49E9501F23B73b4a
Octal3442362250374313773112
Binary11100100100111101001010101111110001110111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49E95; }

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

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

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

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

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

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

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

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