#E39893

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

Shades of Petite Orchid #E39893

Tints of Petite Orchid #E39893

Color information

#E39893 (or 0xE39893) is unknown color: approx Petite Orchid. HEX triplet: E3, 98 and 93. RGB value is (227,152,147). Sum of RGB (Red+Green+Blue) = 227+152+147=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E39893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39893 is #1C676C. Grayscale: #ADADAD. Windows color (decimal): -1861485 or 9672931. OLE color: 9672931.

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

Color convert

RGB227152147-
CMYK00.330.350.11
HSL3.75º58.82%73.33%-
HSV(B)3.75º35.24%89.02%-
XYZ48.1740.8932.96-
YUV173.86112.85165.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.16%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=43.16%
G=28.90%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715214700.330.350.113.7558.8273.33
HexE3989302123B43b49
Octal3432302230414313473111
Binary111000111001100010010011010000110001110111001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39893; }

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

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

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

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

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

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

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

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