#E85955

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

Shades of Flamingo #E85955

Tints of Flamingo #E85955

Color information

#E85955 (or 0xE85955) is unknown color: approx Flamingo. HEX triplet: E8, 59 and 55. RGB value is (232,89,85). Sum of RGB (Red+Green+Blue) = 232+89+85=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E85955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85955 is #17A6AA. Grayscale: #838383. Windows color (decimal): -1549995 or 5593576. OLE color: 5593576.

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

Color convert

RGB2328985-
CMYK00.620.630.09
HSL1.63º76.17%62.16%-
HSV(B)1.63º63.36%90.98%-
XYZ38.4924.9611.38-
YUV131.3101.88199.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.14%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 85 (33.59% from 255) = 20.94%
R=57.14%
G=21.92%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232898500.620.630.091.6376.1762.16
HexE8595503E3F924c3e
Octal3501311250767711211476
Binary111010001011001101010101111101111111001101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85955; }

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

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

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

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

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

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

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

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