#E49896

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

Shades of Petite Orchid #E49896

Tints of Petite Orchid #E49896

Color information

#E49896 (or 0xE49896) is unknown color: approx Petite Orchid. HEX triplet: E4, 98 and 96. RGB value is (228,152,150). Sum of RGB (Red+Green+Blue) = 228+152+150=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E49896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49896 is #1B6769. Grayscale: #AEAEAE. Windows color (decimal): -1795946 or 9869540. OLE color: 9869540.

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

Color convert

RGB228152150-
CMYK00.330.340.11
HSL1.54º59.09%74.12%-
HSV(B)1.54º34.21%89.41%-
XYZ48.7341.1534.23-
YUV174.5114.18166.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=43.02%
G=28.68%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815215000.330.340.111.5459.0974.12
HexE4989602122B23b4a
Octal3442302260414213273112
Binary11100100100110001001011001000011000101011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49896; }

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

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

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

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

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

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

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

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