#E86951

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

Shades of Flamingo #E86951

Tints of Flamingo #E86951

Color information

#E86951 (or 0xE86951) is unknown color: approx Flamingo. HEX triplet: E8, 69 and 51. RGB value is (232,105,81). Sum of RGB (Red+Green+Blue) = 232+105+81=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E86951 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86951 is #1796AE. Grayscale: #8C8C8C. Windows color (decimal): -1545903 or 5335528. OLE color: 5335528.

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

Color convert

RGB23210581-
CMYK00.550.650.09
HSL9.54º76.65%61.37%-
HSV(B)9.54º65.09%90.98%-
XYZ39.8227.8511.06-
YUV140.2494.58193.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.50%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 81 (32.03% from 255) = 19.38%
R=55.50%
G=25.12%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321058100.550.650.099.5476.6561.37
HexE86951037419a4d3d
Octal350151121067101111211575
Binary111010001101001101000101101111000001100110101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86951; }

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

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

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

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

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

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

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

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