#e29d93

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

Shades of Petite Orchid #E29D93

Tints of Petite Orchid #E29D93

Color information

#E29D93 (or 0xE29D93) is unknown color: approx Petite Orchid. HEX triplet: E2, 9D and 93. RGB value is (226,157,147). Sum of RGB (Red+Green+Blue) = 226+157+147=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D93 is #1D626C. Grayscale: #B0B0B0. Windows color (decimal): -1925741 or 9674210. OLE color: 9674210.

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

Color convert

RGB226157147-
CMYK00.310.350.11
HSL7.59º57.66%73.14%-
HSV(B)7.59º34.96%88.63%-
XYZ48.6942.3933.22-
YUV176.49111.36163.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.64%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=42.64%
G=29.62%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615714700.310.350.117.5957.6673.14
HexE29D9301F23B83a49
Octal34223522303743131072111
Binary111000101001110110010011011111100011101110001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29d93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29d93; }

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

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

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

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

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

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

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

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