#E39B97

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

Shades of Petite Orchid #E39B97

Tints of Petite Orchid #E39B97

Color information

#E39B97 (or 0xE39B97) is unknown color: approx Petite Orchid. HEX triplet: E3, 9B and 97. RGB value is (227,155,151). Sum of RGB (Red+Green+Blue) = 227+155+151=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B97 is #1C6468. Grayscale: #B0B0B0. Windows color (decimal): -1860713 or 9935843. OLE color: 9935843.

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

Color convert

RGB227155151-
CMYK00.320.330.11
HSL3.16º57.58%74.12%-
HSV(B)3.16º33.48%89.02%-
XYZ48.9942.0134.8-
YUV176.07113.85164.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.59%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=42.59%
G=29.08%
B=28.33%

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
Decimal22715515100.320.330.113.1657.5874.12
HexE39B9702021B33a4a
Octal3432332270404113372112
Binary11100011100110111001011101000001000011011111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39B97; }

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

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

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

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

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

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

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

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