#E39D9A

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

Shades of Petite Orchid #E39D9A

Tints of Petite Orchid #E39D9A

Color information

#E39D9A (or 0xE39D9A) is unknown color: approx Petite Orchid. HEX triplet: E3, 9D and 9A. RGB value is (227,157,154). Sum of RGB (Red+Green+Blue) = 227+157+154=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39D9A is #1C6265. Grayscale: #B1B1B1. Windows color (decimal): -1860198 or 10132963. OLE color: 10132963.

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

Color convert

RGB227157154-
CMYK00.310.320.11
HSL2.47º56.59%74.71%-
HSV(B)2.47º32.16%89.02%-
XYZ49.5742.7836.22-
YUV177.59114.69163.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.19%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 154 (60.55% from 255) = 28.62%
R=42.19%
G=29.18%
B=28.62%

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
Decimal22715715400.310.320.112.4756.5974.71
HexE39D9A01F20B2394b
Octal3432352320374013271113
Binary1110001110011101100110100111111000001011101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39D9A; }

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

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

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

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

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

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

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

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