#E49894

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

Shades of Petite Orchid #E49894

Tints of Petite Orchid #E49894

Color information

#E49894 (or 0xE49894) is unknown color: approx Petite Orchid. HEX triplet: E4, 98 and 94. RGB value is (228,152,148). Sum of RGB (Red+Green+Blue) = 228+152+148=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E49894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49894 is #1B676B. Grayscale: #AEAEAE. Windows color (decimal): -1795948 or 9738468. OLE color: 9738468.

HSL color Cylindrical-coordinate representation of color #E49894: hue angle of 3º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49894 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB228152148-
CMYK00.330.350.11
HSL59.7%73.73%-
HSV(B)35.09%89.41%-
XYZ48.5741.0933.39-
YUV174.27113.18166.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=43.18%
G=28.79%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815214800.330.350.11359.773.73
HexE4989402123B33c4a
Octal3442302240414313374112
Binary11100100100110001001010001000011000111011111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49894; }

 p { color: rgb(228,152,148); }

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

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

 a { background-color: rgb(228,152,148); }

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

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

 span { border-color: rgb(228,152,148); }

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