#E19E9E

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

Shades of Petite Orchid #E19E9E

Tints of Petite Orchid #E19E9E

Color information

#E19E9E (or 0xE19E9E) is unknown color: approx Petite Orchid. HEX triplet: E1, 9E and 9E. RGB value is (225,158,158). Sum of RGB (Red+Green+Blue) = 225+158+158=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E9E is #1E6161. Grayscale: #B2B2B2. Windows color (decimal): -1991010 or 10395361. OLE color: 10395361.

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

Color convert

RGB225158158-
CMYK00.300.300.12
HSL52.76%75.1%-
HSV(B)29.78%88.24%-
XYZ49.4542.9338.03-
YUV178.03116.7161.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=41.59%
G=29.21%
B=29.21%

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
Decimal22515815800.300.300.12052.7675.1
HexE19E9E01E1EC0354b
Octal3412362360363614065113
Binary11100001100111101001111001111011110110001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19E9E; }

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

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

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

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

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

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

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

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