#E86E77

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

Shades of Froly #E86E77

Tints of Froly #E86E77

Color information

#E86E77 (or 0xE86E77) is unknown color: approx Froly. HEX triplet: E8, 6E and 77. RGB value is (232,110,119). Sum of RGB (Red+Green+Blue) = 232+110+119=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86E77 is #179188. Grayscale: #939393. Windows color (decimal): -1544585 or 7827176. OLE color: 7827176.

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

Color convert

RGB232110119-
CMYK00.530.490.09
HSL355.57º72.62%67.06%-
HSV(B)355.57º52.59%90.98%-
XYZ42.1829.6420.95-
YUV147.5111.92188.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.33%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=50.33%
G=23.86%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211011900.530.490.09355.5772.6267.06
HexE86E770353191644943
Octal3501561670656111544111103
Binary11101000110111011101110110101110001100110110010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86E77; }

 p { color: rgb(232,110,119); }

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

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

 a { background-color: rgb(232,110,119); }

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

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

 span { border-color: rgb(232,110,119); }

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