#E49B95

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

Shades of Petite Orchid #E49B95

Tints of Petite Orchid #E49B95

Color information

#E49B95 (or 0xE49B95) is unknown color: approx Petite Orchid. HEX triplet: E4, 9B and 95. RGB value is (228,155,149). Sum of RGB (Red+Green+Blue) = 228+155+149=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49B95 is #1B646A. Grayscale: #B0B0B0. Windows color (decimal): -1795179 or 9804772. OLE color: 9804772.

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

Color convert

RGB228155149-
CMYK00.320.350.11
HSL4.56º59.4%73.92%-
HSV(B)4.56º34.65%89.41%-
XYZ49.1442.1133.97-
YUV176.14112.68164.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.86%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=42.86%
G=29.14%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815514900.320.350.114.5659.473.92
HexE49B9502023B53b4a
Octal3442332250404313573112
Binary111001001001101110010101010000010001110111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49B95; }

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

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

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

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

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

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

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

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