#E19F97

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

Shades of Petite Orchid #E19F97

Tints of Petite Orchid #E19F97

Color information

#E19F97 (or 0xE19F97) is unknown color: approx Petite Orchid. HEX triplet: E1, 9F and 97. RGB value is (225,159,151). Sum of RGB (Red+Green+Blue) = 225+159+151=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F97 is #1E6068. Grayscale: #B1B1B1. Windows color (decimal): -1990761 or 9936865. OLE color: 9936865.

HSL color Cylindrical-coordinate representation of color #E19F97: hue angle of 6.49º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19F97 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225159151-
CMYK00.290.330.12
HSL6.49º55.22%73.73%-
HSV(B)6.49º32.89%88.24%-
XYZ49.0443.0435-
YUV177.82112.87161.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=42.06%
G=29.72%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515915100.290.330.126.4955.2273.73
HexE19F9701D21C6374a
Octal3412372270354114667112
Binary11100001100111111001011101110110000111001101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19F97; }

 p { color: rgb(225,159,151); }

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

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

 a { background-color: rgb(225,159,151); }

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

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

 span { border-color: rgb(225,159,151); }

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