#E39C96

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

Shades of Petite Orchid #E39C96

Tints of Petite Orchid #E39C96

Color information

#E39C96 (or 0xE39C96) is unknown color: approx Petite Orchid. HEX triplet: E3, 9C and 96. RGB value is (227,156,150). Sum of RGB (Red+Green+Blue) = 227+156+150=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39C96 is #1C6369. Grayscale: #B0B0B0. Windows color (decimal): -1860458 or 9870563. OLE color: 9870563.

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

Color convert

RGB227156150-
CMYK00.310.340.11
HSL4.68º57.89%73.92%-
HSV(B)4.68º33.92%89.02%-
XYZ49.0742.3134.43-
YUV176.54113.02163.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.59%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=42.59%
G=29.27%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715615000.310.340.114.6857.8973.92
HexE39C9601F22B53a4a
Octal3432342260374213572112
Binary11100011100111001001011001111110001010111011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39C96; }

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

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

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

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

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

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

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

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