#E39D99

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

Shades of Petite Orchid #E39D99

Tints of Petite Orchid #E39D99

Color information

#E39D99 (or 0xE39D99) is unknown color: approx Petite Orchid. HEX triplet: E3, 9D and 99. RGB value is (227,157,153). Sum of RGB (Red+Green+Blue) = 227+157+153=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39D99 is #1C6266. Grayscale: #B1B1B1. Windows color (decimal): -1860199 or 10067427. OLE color: 10067427.

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

Color convert

RGB227157153-
CMYK00.310.330.11
HSL3.24º56.92%74.51%-
HSV(B)3.24º32.6%89.02%-
XYZ49.4942.7435.78-
YUV177.47114.19163.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=42.27%
G=29.24%
B=28.49%

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
Decimal22715715300.310.330.113.2456.9274.51
HexE39D9901F21B3394b
Octal3432352310374113371113
Binary1110001110011101100110010111111000011011111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39D99; }

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

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

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

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

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

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

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

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