#E85C59

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

Shades of Flamingo #E85C59

Tints of Flamingo #E85C59

Color information

#E85C59 (or 0xE85C59) is unknown color: approx Flamingo. HEX triplet: E8, 5C and 59. RGB value is (232,92,89). Sum of RGB (Red+Green+Blue) = 232+92+89=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C59 is #17A3A6. Grayscale: #858585. Windows color (decimal): -1549223 or 5856488. OLE color: 5856488.

HSL color Cylindrical-coordinate representation of color #E85C59: hue angle of 1.26º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85C59 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB2329289-
CMYK00.600.620.09
HSL1.26º75.66%62.94%-
HSV(B)1.26º61.64%90.98%-
XYZ38.9125.5312.33-
YUV133.52102.88198.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 56.17%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=56.17%
G=22.28%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232928900.600.620.091.2675.6662.94
HexE85C5903C3E914c3f
Octal3501341310747611111477
Binary11101000101110010110010111100111110100111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85C59; }

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

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

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

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

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

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

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

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