#E85D58

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

Shades of Flamingo #E85D58

Tints of Flamingo #E85D58

Color information

#E85D58 (or 0xE85D58) is unknown color: approx Flamingo. HEX triplet: E8, 5D and 58. RGB value is (232,93,88). Sum of RGB (Red+Green+Blue) = 232+93+88=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D58 is #17A2A7. Grayscale: #868686. Windows color (decimal): -1548968 or 5791208. OLE color: 5791208.

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

Color convert

RGB2329388-
CMYK00.600.620.09
HSL2.08º75.79%62.75%-
HSV(B)2.08º62.07%90.98%-
XYZ38.9525.6912.14-
YUV133.99102.05197.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 56.17%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 88 (34.77% from 255) = 21.31%
R=56.17%
G=22.52%
B=21.31%

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
Decimal232938800.600.620.092.0875.7962.75
HexE85D5803C3E924c3f
Octal3501351300747611211477
Binary111010001011101101100001111001111101001101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85D58; }

 p { color: rgb(232,93,88); }

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

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

 a { background-color: rgb(232,93,88); }

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

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

 span { border-color: rgb(232,93,88); }

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