#E19E9D

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

Shades of Petite Orchid #E19E9D

Tints of Petite Orchid #E19E9D

Color information

#E19E9D (or 0xE19E9D) is unknown color: approx Petite Orchid. HEX triplet: E1, 9E and 9D. RGB value is (225,158,157). Sum of RGB (Red+Green+Blue) = 225+158+157=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E9D is #1E6162. Grayscale: #B1B1B1. Windows color (decimal): -1991011 or 10329825. OLE color: 10329825.

HSL color Cylindrical-coordinate representation of color #E19E9D: hue angle of 0.88º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19E9D is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225158157-
CMYK00.300.300.12
HSL0.88º53.12%74.9%-
HSV(B)0.88º30.22%88.24%-
XYZ49.3642.937.58-
YUV177.92116.2161.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=41.67%
G=29.26%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515815700.300.300.120.8853.1274.9
HexE19E9D01E1EC1354b
Octal3412362350363614165113
Binary11100001100111101001110101111011110110011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19E9D; }

 p { color: rgb(225,158,157); }

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

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

 a { background-color: rgb(225,158,157); }

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

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

 span { border-color: rgb(225,158,157); }

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