#E39589

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

Shades of Petite Orchid #E39589

Tints of Petite Orchid #E39589

Color information

#E39589 (or 0xE39589) is unknown color: approx Petite Orchid. HEX triplet: E3, 95 and 89. RGB value is (227,149,137). Sum of RGB (Red+Green+Blue) = 227+149+137=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E39589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39589 is #1C6A76. Grayscale: #ABABAB. Windows color (decimal): -1862263 or 9016803. OLE color: 9016803.

HSL color Cylindrical-coordinate representation of color #E39589: hue angle of 8º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E39589 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB227149137-
CMYK00.340.400.11
HSL61.64%71.37%-
HSV(B)39.65%89.02%-
XYZ46.9439.6328.84-
YUV170.95108.84167.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.25%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=44.25%
G=29.04%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714913700.340.400.11861.6471.37
HexE3958902228B83e47
Octal34322521104250131076107
Binary1110001110010101100010010100010101000101110001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39589; }

 p { color: rgb(227,149,137); }

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

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

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

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

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

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

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