#E49C9B

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

Shades of Petite Orchid #E49C9B

Tints of Petite Orchid #E49C9B

Color information

#E49C9B (or 0xE49C9B) is unknown color: approx Petite Orchid. HEX triplet: E4, 9C and 9B. RGB value is (228,156,155). Sum of RGB (Red+Green+Blue) = 228+156+155=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49C9B is #1B6364. Grayscale: #B1B1B1. Windows color (decimal): -1794917 or 10198244. OLE color: 10198244.

HSL color Cylindrical-coordinate representation of color #E49C9B: hue angle of 0.82º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49C9B is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228156155-
CMYK00.320.320.11
HSL0.82º57.48%75.1%-
HSV(B)0.82º32.02%89.41%-
XYZ49.842.6436.62-
YUV177.41115.35164.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=42.30%
G=28.94%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815615500.320.320.110.8257.4875.1
HexE49C9B02020B1394b
Octal3442342330404013171113
Binary1110010010011100100110110100000100000101111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49C9B; }

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

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

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

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

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

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

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

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