#E29D99

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

Shades of Petite Orchid #E29D99

Tints of Petite Orchid #E29D99

Color information

#E29D99 (or 0xE29D99) is unknown color: approx Petite Orchid. HEX triplet: E2, 9D and 99. RGB value is (226,157,153). Sum of RGB (Red+Green+Blue) = 226+157+153=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D99 is #1D6266. Grayscale: #B1B1B1. Windows color (decimal): -1925735 or 10067426. OLE color: 10067426.

HSL color Cylindrical-coordinate representation of color #E29D99: hue angle of 3.29º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29D99 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226157153-
CMYK00.310.320.11
HSL3.29º55.73%74.31%-
HSV(B)3.29º32.3%88.63%-
XYZ49.1742.5835.76-
YUV177.18114.36162.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.16%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=42.16%
G=29.29%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615715300.310.320.113.2955.7374.31
HexE29D9901F20B3384a
Octal3422352310374013370112
Binary1110001010011101100110010111111000001011111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29D99; }

 p { color: rgb(226,157,153); }

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

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

 a { background-color: rgb(226,157,153); }

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

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

 span { border-color: rgb(226,157,153); }

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