#E39F99

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

Shades of Petite Orchid #E39F99

Tints of Petite Orchid #E39F99

Color information

#E39F99 (or 0xE39F99) is unknown color: approx Petite Orchid. HEX triplet: E3, 9F and 99. RGB value is (227,159,153). Sum of RGB (Red+Green+Blue) = 227+159+153=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E39F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39F99 is #1C6066. Grayscale: #B2B2B2. Windows color (decimal): -1859687 or 10067939. OLE color: 10067939.

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

Color convert

RGB227159153-
CMYK00.300.330.11
HSL4.86º56.92%74.51%-
HSV(B)4.86º32.6%89.02%-
XYZ49.8343.4335.89-
YUV178.65113.53162.49-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=42.12%
G=29.50%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715915300.300.330.114.8656.9274.51
HexE39F9901E21B5394b
Octal3432372310364113571113
Binary11100011100111111001100101111010000110111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39F99; }

 p { color: rgb(227,159,153); }

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

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

 a { background-color: rgb(227,159,153); }

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

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

 span { border-color: rgb(227,159,153); }

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