#E85E4D

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

Shades of Flamingo #E85E4D

Tints of Flamingo #E85E4D

Color information

#E85E4D (or 0xE85E4D) is unknown color: approx Flamingo. HEX triplet: E8, 5E and 4D. RGB value is (232,94,77). Sum of RGB (Red+Green+Blue) = 232+94+77=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85E4D is #17A1B2. Grayscale: #858585. Windows color (decimal): -1548723 or 5070568. OLE color: 5070568.

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

Color convert

RGB2329477-
CMYK00.590.670.09
HSL6.58º77.11%60.59%-
HSV(B)6.58º66.81%90.98%-
XYZ38.6225.79.95-
YUV133.3296.22198.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.57%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=57.57%
G=23.33%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232947700.590.670.096.5877.1160.59
HexE85E4D03B43974d3d
Octal35013611507310311711575
Binary11101000101111010011010111011100001110011111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85E4D; }

 p { color: rgb(232,94,77); }

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

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

 a { background-color: rgb(232,94,77); }

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

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

 span { border-color: rgb(232,94,77); }

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