#E49996

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

Shades of Petite Orchid #E49996

Tints of Petite Orchid #E49996

Color information

#E49996 (or 0xE49996) is unknown color: approx Petite Orchid. HEX triplet: E4, 99 and 96. RGB value is (228,153,150). Sum of RGB (Red+Green+Blue) = 228+153+150=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E49996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49996 is #1B6669. Grayscale: #AFAFAF. Windows color (decimal): -1795690 or 9869796. OLE color: 9869796.

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

Color convert

RGB228153150-
CMYK00.330.340.11
HSL2.31º59.09%74.12%-
HSV(B)2.31º34.21%89.41%-
XYZ48.8941.4834.28-
YUV175.08113.85165.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.94%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=42.94%
G=28.81%
B=28.25%

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
Decimal22815315000.330.340.112.3159.0974.12
HexE4999602122B23b4a
Octal3442312260414213273112
Binary11100100100110011001011001000011000101011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49996; }

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

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

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

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

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

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

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

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