#E85C51

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

Shades of Flamingo #E85C51

Tints of Flamingo #E85C51

Color information

#E85C51 (or 0xE85C51) is unknown color: approx Flamingo. HEX triplet: E8, 5C and 51. RGB value is (232,92,81). Sum of RGB (Red+Green+Blue) = 232+92+81=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C51 is #17A3AE. Grayscale: #848484. Windows color (decimal): -1549231 or 5332200. OLE color: 5332200.

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

Color convert

RGB2329281-
CMYK00.600.650.09
HSL4.37º76.65%61.37%-
HSV(B)4.37º65.09%90.98%-
XYZ38.5925.410.65-
YUV132.6198.88198.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.28%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 81 (32.03% from 255) = 20%
R=57.28%
G=22.72%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232928100.600.650.094.3776.6561.37
HexE85C5103C41944d3d
Octal35013412107410111411575
Binary11101000101110010100010111100100000110011001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85C51; }

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

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

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

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

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

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

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

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