#E29991

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

Shades of Petite Orchid #E29991

Tints of Petite Orchid #E29991

Color information

#E29991 (or 0xE29991) is unknown color: approx Petite Orchid. HEX triplet: E2, 99 and 91. RGB value is (226,153,145). Sum of RGB (Red+Green+Blue) = 226+153+145=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29991 is #1D666E. Grayscale: #AEAEAE. Windows color (decimal): -1926767 or 9542114. OLE color: 9542114.

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

Color convert

RGB226153145-
CMYK00.320.360.11
HSL5.93º58.27%72.75%-
HSV(B)5.93º35.84%88.63%-
XYZ47.874132.18-
YUV173.92111.68165.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=43.13%
G=29.20%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615314500.320.360.115.9358.2772.75
HexE2999102024B63a49
Octal3422312210404413672111
Binary111000101001100110010001010000010010010111101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29991; }

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

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

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

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

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

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

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

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