#E39A97

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

Shades of Petite Orchid #E39A97

Tints of Petite Orchid #E39A97

Color information

#E39A97 (or 0xE39A97) is unknown color: approx Petite Orchid. HEX triplet: E3, 9A and 97. RGB value is (227,154,151). Sum of RGB (Red+Green+Blue) = 227+154+151=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39A97 is #1C6568. Grayscale: #AFAFAF. Windows color (decimal): -1860969 or 9935587. OLE color: 9935587.

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

Color convert

RGB227154151-
CMYK00.320.330.11
HSL2.37º57.58%74.12%-
HSV(B)2.37º33.48%89.02%-
XYZ48.8241.6834.75-
YUV175.48114.18164.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.67%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=42.67%
G=28.95%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715415100.320.330.112.3757.5874.12
HexE39A9702021B23a4a
Octal3432322270404113272112
Binary11100011100110101001011101000001000011011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39A97; }

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

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

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

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

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

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

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

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