#E49691

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

Shades of Petite Orchid #E49691

Tints of Petite Orchid #E49691

Color information

#E49691 (or 0xE49691) is unknown color: approx Petite Orchid. HEX triplet: E4, 96 and 91. RGB value is (228,150,145). Sum of RGB (Red+Green+Blue) = 228+150+145=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E49691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49691 is #1B696E. Grayscale: #ACACAC. Windows color (decimal): -1796463 or 9541348. OLE color: 9541348.

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

Color convert

RGB228150145-
CMYK00.340.360.11
HSL3.61º60.58%73.14%-
HSV(B)3.61º36.4%89.41%-
XYZ48.0140.3532.05-
YUV172.75112.34167.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.59%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 145 (57.03% from 255) = 27.72%
R=43.59%
G=28.68%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815014500.340.360.113.6160.5873.14
HexE4969102224B43d49
Octal3442262210424413475111
Binary111001001001011010010001010001010010010111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49691; }

 p { color: rgb(228,150,145); }

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

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

 a { background-color: rgb(228,150,145); }

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

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

 span { border-color: rgb(228,150,145); }

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