#E39C99

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

Shades of Petite Orchid #E39C99

Tints of Petite Orchid #E39C99

Color information

#E39C99 (or 0xE39C99) is unknown color: approx Petite Orchid. HEX triplet: E3, 9C and 99. RGB value is (227,156,153). Sum of RGB (Red+Green+Blue) = 227+156+153=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39C99 is #1C6366. Grayscale: #B0B0B0. Windows color (decimal): -1860455 or 10067171. OLE color: 10067171.

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

Color convert

RGB227156153-
CMYK00.310.330.11
HSL2.43º56.92%74.51%-
HSV(B)2.43º32.6%89.02%-
XYZ49.3242.4135.72-
YUV176.89114.52163.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=42.35%
G=29.10%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715615300.310.330.112.4356.9274.51
HexE39C9901F21B2394b
Octal3432342310374113271113
Binary1110001110011100100110010111111000011011101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39C99; }

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

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

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

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

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

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

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

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