#E49990

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

Shades of Petite Orchid #E49990

Tints of Petite Orchid #E49990

Color information

#E49990 (or 0xE49990) is unknown color: approx Petite Orchid. HEX triplet: E4, 99 and 90. RGB value is (228,153,144). Sum of RGB (Red+Green+Blue) = 228+153+144=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E49990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49990 is #1B666F. Grayscale: #AEAEAE. Windows color (decimal): -1795696 or 9476580. OLE color: 9476580.

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

Color convert

RGB228153144-
CMYK00.330.370.11
HSL6.43º60.87%72.94%-
HSV(B)6.43º36.84%89.41%-
XYZ48.4241.2931.8-
YUV174.4110.85166.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=43.43%
G=29.14%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815314400.330.370.116.4360.8772.94
HexE4999002125B63d49
Octal3442312200414513675111
Binary111001001001100110010000010000110010110111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49990; }

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

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

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

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

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

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

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

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