#E96054

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

Shades of Flamingo #E96054

Tints of Flamingo #E96054

Color information

#E96054 (or 0xE96054) is unknown color: approx Flamingo. HEX triplet: E9, 60 and 54. RGB value is (233,96,84). Sum of RGB (Red+Green+Blue) = 233+96+84=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E96054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96054 is #169FAB. Grayscale: #878787. Windows color (decimal): -1482668 or 5529833. OLE color: 5529833.

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

Color convert

RGB2339684-
CMYK00.590.640.09
HSL4.83º77.2%62.16%-
HSV(B)4.83º63.95%91.37%-
XYZ39.3926.3311.39-
YUV135.698.89197.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.42%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 84 (33.20% from 255) = 20.34%
R=56.42%
G=23.24%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233968400.590.640.094.8377.262.16
HexE9605403B40954d3e
Octal35114012407310011511576
Binary11101001110000010101000111011100000010011011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96054; }

 p { color: rgb(233,96,84); }

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

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

 a { background-color: rgb(233,96,84); }

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

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

 span { border-color: rgb(233,96,84); }

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