#E29890

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

Shades of Petite Orchid #E29890

Tints of Petite Orchid #E29890

Color information

#E29890 (or 0xE29890) is unknown color: approx Petite Orchid. HEX triplet: E2, 98 and 90. RGB value is (226,152,144). Sum of RGB (Red+Green+Blue) = 226+152+144=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E29890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29890 is #1D676F. Grayscale: #ADADAD. Windows color (decimal): -1927024 or 9476322. OLE color: 9476322.

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

Color convert

RGB226152144-
CMYK00.330.360.11
HSL5.85º58.57%72.55%-
HSV(B)5.85º36.28%88.63%-
XYZ47.6340.6431.72-
YUV173.21111.52165.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=43.30%
G=29.12%
B=27.59%

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
Decimal22615214400.330.360.115.8558.5772.55
HexE2989002124B63b49
Octal3422302200414413673111
Binary111000101001100010010000010000110010010111101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29890; }

 p { color: rgb(226,152,144); }

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

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

 a { background-color: rgb(226,152,144); }

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

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

 span { border-color: rgb(226,152,144); }

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