#E39997

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

Shades of Petite Orchid #E39997

Tints of Petite Orchid #E39997

Color information

#E39997 (or 0xE39997) is unknown color: approx Petite Orchid. HEX triplet: E3, 99 and 97. RGB value is (227,153,151). Sum of RGB (Red+Green+Blue) = 227+153+151=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E39997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39997 is #1C6668. Grayscale: #AEAEAE. Windows color (decimal): -1861225 or 9935331. OLE color: 9935331.

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

Color convert

RGB227153151-
CMYK00.330.330.11
HSL1.58º57.58%74.12%-
HSV(B)1.58º33.48%89.02%-
XYZ48.6641.3534.69-
YUV174.9114.52165.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 151 (59.38% from 255) = 28.44%
R=42.75%
G=28.81%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715315100.330.330.111.5857.5874.12
HexE3999702121B23a4a
Octal3432312270414113272112
Binary11100011100110011001011101000011000011011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39997; }

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

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

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

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

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

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

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

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