#E29593

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

Shades of Petite Orchid #E29593

Tints of Petite Orchid #E29593

Color information

#E29593 (or 0xE29593) is unknown color: approx Petite Orchid. HEX triplet: E2, 95 and 93. RGB value is (226,149,147). Sum of RGB (Red+Green+Blue) = 226+149+147=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E29593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29593 is #1D6A6C. Grayscale: #ABABAB. Windows color (decimal): -1927789 or 9672162. OLE color: 9672162.

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

Color convert

RGB226149147-
CMYK00.340.350.11
HSL1.52º57.66%73.14%-
HSV(B)1.52º34.96%88.63%-
XYZ47.3839.7732.78-
YUV171.8114.01166.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=43.30%
G=28.54%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614914700.340.350.111.5257.6673.14
HexE2959302223B23a49
Octal3422252230424313272111
Binary11100010100101011001001101000101000111011101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29593; }

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

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

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

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

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

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

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

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