#E29F9E

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

Shades of Petite Orchid #E29F9E

Tints of Petite Orchid #E29F9E

Color information

#E29F9E (or 0xE29F9E) is unknown color: approx Petite Orchid. HEX triplet: E2, 9F and 9E. RGB value is (226,159,158). Sum of RGB (Red+Green+Blue) = 226+159+158=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F9E is #1D6061. Grayscale: #B2B2B2. Windows color (decimal): -1925218 or 10395618. OLE color: 10395618.

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

Color convert

RGB226159158-
CMYK00.300.300.11
HSL0.88º53.97%75.29%-
HSV(B)0.88º30.09%88.63%-
XYZ49.9343.4338.1-
YUV178.92116.2161.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=41.62%
G=29.28%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615915800.300.300.110.8853.9775.29
HexE29F9E01E1EB1364b
Octal3422372360363613166113
Binary11100010100111111001111001111011110101111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29F9E; }

 p { color: rgb(226,159,158); }

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

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

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

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

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

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

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