#E39B91

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

Shades of Petite Orchid #E39B91

Tints of Petite Orchid #E39B91

Color information

#E39B91 (or 0xE39B91) is unknown color: approx Petite Orchid. HEX triplet: E3, 9B and 91. RGB value is (227,155,145). Sum of RGB (Red+Green+Blue) = 227+155+145=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B91 is #1C646E. Grayscale: #AFAFAF. Windows color (decimal): -1860719 or 9542627. OLE color: 9542627.

HSL color Cylindrical-coordinate representation of color #E39B91: hue angle of 7.32º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E39B91 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB227155145-
CMYK00.320.360.11
HSL7.32º59.42%72.94%-
HSV(B)7.32º36.12%89.02%-
XYZ48.5141.8232.3-
YUV175.39110.85164.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.07%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 145 (57.03% from 255) = 27.51%
R=43.07%
G=29.41%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715514500.320.360.117.3259.4272.94
HexE39B9102024B73b49
Octal3432332210404413773111
Binary111000111001101110010001010000010010010111111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39B91; }

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

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

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

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

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

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

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

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