#E96156

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

Shades of Flamingo #E96156

Tints of Flamingo #E96156

Color information

#E96156 (or 0xE96156) is unknown color: approx Flamingo. HEX triplet: E9, 61 and 56. RGB value is (233,97,86). Sum of RGB (Red+Green+Blue) = 233+97+86=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E96156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96156 is #169EA9. Grayscale: #888888. Windows color (decimal): -1482410 or 5661161. OLE color: 5661161.

HSL color Cylindrical-coordinate representation of color #E96156: hue angle of 4.49º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E96156 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB2339786-
CMYK00.580.630.09
HSL4.49º76.96%62.55%-
HSV(B)4.49º63.09%91.37%-
XYZ39.5626.5411.84-
YUV136.4199.56196.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.01%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=56.01%
G=23.32%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233978600.580.630.094.4976.9662.55
HexE9615603A3F944d3f
Octal3511411260727711411577
Binary1110100111000011010110011101011111110011001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96156; }

 p { color: rgb(233,97,86); }

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

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

 a { background-color: rgb(233,97,86); }

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

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

 span { border-color: rgb(233,97,86); }

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