#E49696

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

Shades of Petite Orchid #E49696

Tints of Petite Orchid #E49696

Color information

#E49696 (or 0xE49696) is unknown color: approx Petite Orchid. HEX triplet: E4, 96 and 96. RGB value is (228,150,150). Sum of RGB (Red+Green+Blue) = 228+150+150=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E49696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49696 is #1B6969. Grayscale: #ADADAD. Windows color (decimal): -1796458 or 9869028. OLE color: 9869028.

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

Color convert

RGB228150150-
CMYK00.340.340.11
HSL59.09%74.12%-
HSV(B)34.21%89.41%-
XYZ48.4140.5134.12-
YUV173.32114.84167-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=43.18%
G=28.41%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815015000.340.340.11059.0974.12
HexE4969602222B03b4a
Octal3442262260424213073112
Binary1110010010010110100101100100010100010101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49696; }

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

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

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

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

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

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

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

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