#E39B9A

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

Shades of Petite Orchid #E39B9A

Tints of Petite Orchid #E39B9A

Color information

#E39B9A (or 0xE39B9A) is unknown color: approx Petite Orchid. HEX triplet: E3, 9B and 9A. RGB value is (227,155,154). Sum of RGB (Red+Green+Blue) = 227+155+154=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B9A is #1C6465. Grayscale: #B0B0B0. Windows color (decimal): -1860710 or 10132451. OLE color: 10132451.

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

Color convert

RGB227155154-
CMYK00.320.320.11
HSL0.82º56.59%74.71%-
HSV(B)0.82º32.16%89.02%-
XYZ49.2342.1136.1-
YUV176.41115.35164.08-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=42.35%
G=28.92%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715515400.320.320.110.8256.5974.71
HexE39B9A02020B1394b
Octal3432332320404013171113
Binary1110001110011011100110100100000100000101111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39B9A; }

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

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

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

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

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

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

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

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