#E49790

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

Shades of Petite Orchid #E49790

Tints of Petite Orchid #E49790

Color information

#E49790 (or 0xE49790) is unknown color: approx Petite Orchid. HEX triplet: E4, 97 and 90. RGB value is (228,151,144). Sum of RGB (Red+Green+Blue) = 228+151+144=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E49790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49790 is #1B686F. Grayscale: #ADADAD. Windows color (decimal): -1796208 or 9476068. OLE color: 9476068.

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

Color convert

RGB228151144-
CMYK00.340.370.11
HSL60.87%72.94%-
HSV(B)36.84%89.41%-
XYZ48.140.6431.7-
YUV173.22111.51167.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.59%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=43.59%
G=28.87%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815114400.340.370.11560.8772.94
HexE4979002225B53d49
Octal3442272200424513575111
Binary111001001001011110010000010001010010110111011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49790; }

 p { color: rgb(228,151,144); }

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

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

 a { background-color: rgb(228,151,144); }

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

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

 span { border-color: rgb(228,151,144); }

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