#E96554

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

Shades of Flamingo #E96554

Tints of Flamingo #E96554

Color information

#E96554 (or 0xE96554) is unknown color: approx Flamingo. HEX triplet: E9, 65 and 54. RGB value is (233,101,84). Sum of RGB (Red+Green+Blue) = 233+101+84=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E96554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96554 is #169AAB. Grayscale: #8A8A8A. Windows color (decimal): -1481388 or 5531113. OLE color: 5531113.

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

Color convert

RGB23310184-
CMYK00.570.640.09
HSL6.85º77.2%62.16%-
HSV(B)6.85º63.95%91.37%-
XYZ39.8627.2711.55-
YUV138.5397.23195.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.74%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=55.74%
G=24.16%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331018400.570.640.096.8577.262.16
HexE9655403940974d3e
Octal35114512407110011711576
Binary11101001110010110101000111001100000010011111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96554; }

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

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

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

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

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

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

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

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