#E8694F

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

Shades of Flamingo #E8694F

Tints of Flamingo #E8694F

Color information

#E8694F (or 0xE8694F) is unknown color: approx Flamingo. HEX triplet: E8, 69 and 4F. RGB value is (232,105,79). Sum of RGB (Red+Green+Blue) = 232+105+79=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E8694F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8694F is #1796B0. Grayscale: #8C8C8C. Windows color (decimal): -1545905 or 5204456. OLE color: 5204456.

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

Color convert

RGB23210579-
CMYK00.550.660.09
HSL10.2º76.88%60.98%-
HSV(B)10.2º65.95%90.98%-
XYZ39.7427.8210.67-
YUV140.0193.58193.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.77%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 79 (31.25% from 255) = 18.99%
R=55.77%
G=25.24%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321057900.550.660.0910.276.8860.98
HexE8694F037429a4d3d
Octal350151117067102111211575
Binary111010001101001100111101101111000010100110101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8694F; }

 p { color: rgb(232,105,79); }

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

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

 a { background-color: rgb(232,105,79); }

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

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

 span { border-color: rgb(232,105,79); }

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