#E39392

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

Shades of Petite Orchid #E39392

Tints of Petite Orchid #E39392

Color information

#E39392 (or 0xE39392) is unknown color: approx Petite Orchid. HEX triplet: E3, 93 and 92. RGB value is (227,147,146). Sum of RGB (Red+Green+Blue) = 227+147+146=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E39392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39392 is #1C6C6D. Grayscale: #AAAAAA. Windows color (decimal): -1862766 or 9606115. OLE color: 9606115.

HSL color Cylindrical-coordinate representation of color #E39392: hue angle of 0.74º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E39392 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB227147146-
CMYK00.350.360.11
HSL0.74º59.12%73.14%-
HSV(B)0.74º35.68%89.02%-
XYZ47.339.2732.28-
YUV170.81114168.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.65%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=43.65%
G=28.27%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714714600.350.360.110.7459.1273.14
HexE3939202324B13b49
Octal3432232220434413173111
Binary1110001110010011100100100100011100100101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39392; }

 p { color: rgb(227,147,146); }

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

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

 a { background-color: rgb(227,147,146); }

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

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

 span { border-color: rgb(227,147,146); }

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