#E39493

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

Shades of Petite Orchid #E39493

Tints of Petite Orchid #E39493

Color information

#E39493 (or 0xE39493) is unknown color: approx Petite Orchid. HEX triplet: E3, 94 and 93. RGB value is (227,148,147). Sum of RGB (Red+Green+Blue) = 227+148+147=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E39493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39493 is #1C6B6C. Grayscale: #ABABAB. Windows color (decimal): -1862509 or 9671907. OLE color: 9671907.

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

Color convert

RGB227148147-
CMYK00.350.350.11
HSL0.75º58.82%73.33%-
HSV(B)0.75º35.24%89.02%-
XYZ47.5339.6232.75-
YUV171.51114.17167.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.49%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=43.49%
G=28.35%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714814700.350.350.110.7558.8273.33
HexE3949302323B13b49
Octal3432242230434313173111
Binary1110001110010100100100110100011100011101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39493; }

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

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

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

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

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

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

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

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