#E29490

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

Shades of Petite Orchid #E29490

Tints of Petite Orchid #E29490

Color information

#E29490 (or 0xE29490) is unknown color: approx Petite Orchid. HEX triplet: E2, 94 and 90. RGB value is (226,148,144). Sum of RGB (Red+Green+Blue) = 226+148+144=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E29490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29490 is #1D6B6F. Grayscale: #AAAAAA. Windows color (decimal): -1928048 or 9475298. OLE color: 9475298.

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

Color convert

RGB226148144-
CMYK00.350.360.11
HSL2.93º58.57%72.55%-
HSV(B)2.93º36.28%88.63%-
XYZ46.9939.3631.51-
YUV170.87112.84167.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.63%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=43.63%
G=28.57%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614814400.350.360.112.9358.5772.55
HexE2949002324B33b49
Octal3422242200434413373111
Binary11100010100101001001000001000111001001011111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29490; }

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

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

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

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

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

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

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

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