#E39C94

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

Shades of Petite Orchid #E39C94

Tints of Petite Orchid #E39C94

Color information

#E39C94 (or 0xE39C94) is unknown color: approx Petite Orchid. HEX triplet: E3, 9C and 94. RGB value is (227,156,148). Sum of RGB (Red+Green+Blue) = 227+156+148=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39C94 is #1C636B. Grayscale: #B0B0B0. Windows color (decimal): -1860460 or 9739491. OLE color: 9739491.

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

Color convert

RGB227156148-
CMYK00.310.350.11
HSL6.08º58.52%73.53%-
HSV(B)6.08º34.8%89.02%-
XYZ48.9142.2533.59-
YUV176.32112.02164.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=42.75%
G=29.38%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715614800.310.350.116.0858.5273.53
HexE39C9401F23B63b4a
Octal3432342240374313673112
Binary11100011100111001001010001111110001110111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39C94; }

 p { color: rgb(227,156,148); }

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

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

 a { background-color: rgb(227,156,148); }

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

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

 span { border-color: rgb(227,156,148); }

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