#E29493

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

Shades of Petite Orchid #E29493

Tints of Petite Orchid #E29493

Color information

#E29493 (or 0xE29493) is unknown color: approx Petite Orchid. HEX triplet: E2, 94 and 93. RGB value is (226,148,147). Sum of RGB (Red+Green+Blue) = 226+148+147=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E29493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29493 is #1D6B6C. Grayscale: #ABABAB. Windows color (decimal): -1928045 or 9671906. OLE color: 9671906.

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

Color convert

RGB226148147-
CMYK00.350.350.11
HSL0.76º57.66%73.14%-
HSV(B)0.76º34.96%88.63%-
XYZ47.2239.4632.73-
YUV171.21114.34167.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=43.38%
G=28.41%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614814700.350.350.110.7657.6673.14
HexE2949302323B13a49
Octal3422242230434313172111
Binary1110001010010100100100110100011100011101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29493; }

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

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

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

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

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

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

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

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