#E39D9B

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

Shades of Petite Orchid #E39D9B

Tints of Petite Orchid #E39D9B

Color information

#E39D9B (or 0xE39D9B) is unknown color: approx Petite Orchid. HEX triplet: E3, 9D and 9B. RGB value is (227,157,155). Sum of RGB (Red+Green+Blue) = 227+157+155=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39D9B is #1C6264. Grayscale: #B1B1B1. Windows color (decimal): -1860197 or 10198499. OLE color: 10198499.

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

Color convert

RGB227157155-
CMYK00.310.320.11
HSL1.67º56.25%74.9%-
HSV(B)1.67º31.72%89.02%-
XYZ49.6542.8136.66-
YUV177.7115.19163.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=42.12%
G=29.13%
B=28.76%

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
Decimal22715715500.310.320.111.6756.2574.9
HexE39D9B01F20B2384b
Octal3432352330374013270113
Binary1110001110011101100110110111111000001011101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39D9B; }

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

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

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

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

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

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

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

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