#E85A4F

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

Shades of Flamingo #E85A4F

Tints of Flamingo #E85A4F

Color information

#E85A4F (or 0xE85A4F) is unknown color: approx Flamingo. HEX triplet: E8, 5A and 4F. RGB value is (232,90,79). Sum of RGB (Red+Green+Blue) = 232+90+79=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A4F is #17A5B0. Grayscale: #838383. Windows color (decimal): -1549745 or 5200616. OLE color: 5200616.

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

Color convert

RGB2329079-
CMYK00.610.660.09
HSL4.31º76.88%60.98%-
HSV(B)4.31º65.95%90.98%-
XYZ38.3525.0310.21-
YUV131.298.54199.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.86%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 79 (31.25% from 255) = 19.70%
R=57.86%
G=22.44%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232907900.610.660.094.3176.8860.98
HexE85A4F03D42944d3d
Octal35013211707510211411575
Binary11101000101101010011110111101100001010011001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85A4F; }

 p { color: rgb(232,90,79); }

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

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

 a { background-color: rgb(232,90,79); }

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

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

 span { border-color: rgb(232,90,79); }

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