#E39B93

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

Shades of Petite Orchid #E39B93

Tints of Petite Orchid #E39B93

Color information

#E39B93 (or 0xE39B93) is unknown color: approx Petite Orchid. HEX triplet: E3, 9B and 93. RGB value is (227,155,147). Sum of RGB (Red+Green+Blue) = 227+155+147=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B93 is #1C646C. Grayscale: #AFAFAF. Windows color (decimal): -1860717 or 9673699. OLE color: 9673699.

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

Color convert

RGB227155147-
CMYK00.320.350.11
HSL58.82%73.33%-
HSV(B)35.24%89.02%-
XYZ48.6741.8833.12-
YUV175.62111.85164.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.91%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=42.91%
G=29.30%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715514700.320.350.11658.8273.33
HexE39B9302023B63b49
Octal3432332230404313673111
Binary111000111001101110010011010000010001110111101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39B93; }

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

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

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

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

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

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

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

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