#E19F95

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

Shades of Petite Orchid #E19F95

Tints of Petite Orchid #E19F95

Color information

#E19F95 (or 0xE19F95) is unknown color: approx Petite Orchid. HEX triplet: E1, 9F and 95. RGB value is (225,159,149). Sum of RGB (Red+Green+Blue) = 225+159+149=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F95 is #1E606A. Grayscale: #B1B1B1. Windows color (decimal): -1990763 or 9805793. OLE color: 9805793.

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

Color convert

RGB225159149-
CMYK00.290.340.12
HSL7.89º55.88%73.33%-
HSV(B)7.89º33.78%88.24%-
XYZ48.8742.9734.15-
YUV177.59111.87161.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=42.21%
G=29.83%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515914900.290.340.127.8955.8873.33
HexE19F9501D22C83849
Octal34123722503542141070111
Binary111000011001111110010101011101100010110010001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19F95; }

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

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

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

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

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

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

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

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