#E39389

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

Shades of Petite Orchid #E39389

Tints of Petite Orchid #E39389

Color information

#E39389 (or 0xE39389) is unknown color: approx Petite Orchid. HEX triplet: E3, 93 and 89. RGB value is (227,147,137). Sum of RGB (Red+Green+Blue) = 227+147+137=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E39389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39389 is #1C6C76. Grayscale: #A9A9A9. Windows color (decimal): -1862775 or 9016291. OLE color: 9016291.

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

Color convert

RGB227147137-
CMYK00.350.400.11
HSL6.67º61.64%71.37%-
HSV(B)6.67º39.65%89.02%-
XYZ46.633928.74-
YUV169.78109.5168.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.42%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=44.42%
G=28.77%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714713700.350.400.116.6761.6471.37
HexE3938902328B73e47
Octal3432232110435013776107
Binary111000111001001110001001010001110100010111111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39389; }

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

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

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

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

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

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

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

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