#E29791

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

Shades of Petite Orchid #E29791

Tints of Petite Orchid #E29791

Color information

#E29791 (or 0xE29791) is unknown color: approx Petite Orchid. HEX triplet: E2, 97 and 91. RGB value is (226,151,145). Sum of RGB (Red+Green+Blue) = 226+151+145=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E29791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29791 is #1D686E. Grayscale: #ACACAC. Windows color (decimal): -1927279 or 9541602. OLE color: 9541602.

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

Color convert

RGB226151145-
CMYK00.330.360.11
HSL4.44º58.27%72.75%-
HSV(B)4.44º35.84%88.63%-
XYZ47.5440.3532.07-
YUV172.74112.35165.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=43.30%
G=28.93%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615114500.330.360.114.4458.2772.75
HexE2979102124B43a49
Octal3422272210414413472111
Binary111000101001011110010001010000110010010111001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29791; }

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

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

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

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

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

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

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

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