#E39C9A

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

Shades of Petite Orchid #E39C9A

Tints of Petite Orchid #E39C9A

Color information

#E39C9A (or 0xE39C9A) is unknown color: approx Petite Orchid. HEX triplet: E3, 9C and 9A. RGB value is (227,156,154). Sum of RGB (Red+Green+Blue) = 227+156+154=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39C9A is #1C6365. Grayscale: #B1B1B1. Windows color (decimal): -1860454 or 10132707. OLE color: 10132707.

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

Color convert

RGB227156154-
CMYK00.310.320.11
HSL1.64º56.59%74.71%-
HSV(B)1.64º32.16%89.02%-
XYZ49.442.4436.16-
YUV177115.02163.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=42.27%
G=29.05%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715615400.310.320.111.6456.5974.71
HexE39C9A01F20B2394b
Octal3432342320374013271113
Binary1110001110011100100110100111111000001011101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39C9A; }

 p { color: rgb(227,156,154); }

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

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

 a { background-color: rgb(227,156,154); }

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

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

 span { border-color: rgb(227,156,154); }

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