#E9694E

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

Shades of Flamingo #E9694E

Tints of Flamingo #E9694E

Color information

#E9694E (or 0xE9694E) is unknown color: approx Flamingo. HEX triplet: E9, 69 and 4E. RGB value is (233,105,78). Sum of RGB (Red+Green+Blue) = 233+105+78=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E9694E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9694E is #1696B1. Grayscale: #8C8C8C. Windows color (decimal): -1480370 or 5138921. OLE color: 5138921.

HSL color Cylindrical-coordinate representation of color #E9694E: hue angle of 10.45º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9694E is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23310578-
CMYK00.550.670.09
HSL10.45º77.89%60.98%-
HSV(B)10.45º66.52%91.37%-
XYZ40.0327.9810.5-
YUV140.1992.91194.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.01%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=56.01%
G=25.24%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331057800.550.670.0910.4577.8960.98
HexE9694E037439a4e3d
Octal351151116067103111211675
Binary111010011101001100111001101111000011100110101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9694E; }

 p { color: rgb(233,105,78); }

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

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

 a { background-color: rgb(233,105,78); }

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

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

 span { border-color: rgb(233,105,78); }

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