#E19F9A

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

Shades of Petite Orchid #E19F9A

Tints of Petite Orchid #E19F9A

Color information

#E19F9A (or 0xE19F9A) is unknown color: approx Petite Orchid. HEX triplet: E1, 9F and 9A. RGB value is (225,159,154). Sum of RGB (Red+Green+Blue) = 225+159+154=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F9A is #1E6065. Grayscale: #B2B2B2. Windows color (decimal): -1990758 or 10133473. OLE color: 10133473.

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

Color convert

RGB225159154-
CMYK00.290.320.12
HSL4.23º54.2%74.31%-
HSV(B)4.23º31.56%88.24%-
XYZ49.2843.1436.3-
YUV178.16114.37161.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.82%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 154 (60.55% from 255) = 28.62%
R=41.82%
G=29.55%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515915400.290.320.124.2354.274.31
HexE19F9A01D20C4364a
Octal3412372320354014466112
Binary11100001100111111001101001110110000011001001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19F9A; }

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

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

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

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

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

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

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

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