#E49D95

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

Shades of Petite Orchid #E49D95

Tints of Petite Orchid #E49D95

Color information

#E49D95 (or 0xE49D95) is unknown color: approx Petite Orchid. HEX triplet: E4, 9D and 95. RGB value is (228,157,149). Sum of RGB (Red+Green+Blue) = 228+157+149=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49D95 is #1B626A. Grayscale: #B1B1B1. Windows color (decimal): -1794667 or 9805284. OLE color: 9805284.

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

Color convert

RGB228157149-
CMYK00.310.350.11
HSL6.08º59.4%73.92%-
HSV(B)6.08º34.65%89.41%-
XYZ49.4842.7834.08-
YUV177.32112.02164.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.70%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=42.70%
G=29.40%
B=27.90%

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
Decimal22815714900.310.350.116.0859.473.92
HexE49D9501F23B63b4a
Octal3442352250374313673112
Binary11100100100111011001010101111110001110111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49D95; }

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

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

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

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

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

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

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

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