#E39B9B

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

Shades of Petite Orchid #E39B9B

Tints of Petite Orchid #E39B9B

Color information

#E39B9B (or 0xE39B9B) is unknown color: approx Petite Orchid. HEX triplet: E3, 9B and 9B. RGB value is (227,155,155). Sum of RGB (Red+Green+Blue) = 227+155+155=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B9B is #1C6464. Grayscale: #B0B0B0. Windows color (decimal): -1860709 or 10197987. OLE color: 10197987.

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

Color convert

RGB227155155-
CMYK00.320.320.11
HSL56.25%74.9%-
HSV(B)31.72%89.02%-
XYZ49.3242.1436.54-
YUV176.53115.85164-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=42.27%
G=28.86%
B=28.86%

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
Decimal22715515500.320.320.11056.2574.9
HexE39B9B02020B0384b
Octal3432332330404013070113
Binary1110001110011011100110110100000100000101101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39B9B; }

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

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

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

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

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

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

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

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