#E39896

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

Shades of Petite Orchid #E39896

Tints of Petite Orchid #E39896

Color information

#E39896 (or 0xE39896) is unknown color: approx Petite Orchid. HEX triplet: E3, 98 and 96. RGB value is (227,152,150). Sum of RGB (Red+Green+Blue) = 227+152+150=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E39896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39896 is #1C6769. Grayscale: #AEAEAE. Windows color (decimal): -1861482 or 9869539. OLE color: 9869539.

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

Color convert

RGB227152150-
CMYK00.330.340.11
HSL1.56º57.89%73.92%-
HSV(B)1.56º33.92%89.02%-
XYZ48.4140.9934.21-
YUV174.2114.35165.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.91%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=42.91%
G=28.73%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715215000.330.340.111.5657.8973.92
HexE3989602122B23a4a
Octal3432302260414213272112
Binary11100011100110001001011001000011000101011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39896; }

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

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

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

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

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

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

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

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