#E29793

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

Shades of Petite Orchid #E29793

Tints of Petite Orchid #E29793

Color information

#E29793 (or 0xE29793) is unknown color: approx Petite Orchid. HEX triplet: E2, 97 and 93. RGB value is (226,151,147). Sum of RGB (Red+Green+Blue) = 226+151+147=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29793 is #1D686C. Grayscale: #ADADAD. Windows color (decimal): -1927277 or 9672674. OLE color: 9672674.

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

Color convert

RGB226151147-
CMYK00.330.350.11
HSL3.04º57.66%73.14%-
HSV(B)3.04º34.96%88.63%-
XYZ47.740.4132.89-
YUV172.97113.35165.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=43.13%
G=28.82%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615114700.330.350.113.0457.6673.14
HexE2979302123B33a49
Octal3422272230414313372111
Binary11100010100101111001001101000011000111011111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29793; }

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

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

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

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

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

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

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

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