#E86D77

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

Shades of Froly #E86D77

Tints of Froly #E86D77

Color information

#E86D77 (or 0xE86D77) is unknown color: approx Froly. HEX triplet: E8, 6D and 77. RGB value is (232,109,119). Sum of RGB (Red+Green+Blue) = 232+109+119=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D77 is #179288. Grayscale: #939393. Windows color (decimal): -1544841 or 7826920. OLE color: 7826920.

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

Color convert

RGB232109119-
CMYK00.530.490.09
HSL355.12º72.78%66.86%-
HSV(B)355.12º53.02%90.98%-
XYZ42.0829.4220.91-
YUV146.92112.25188.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.43%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=50.43%
G=23.70%
B=25.87%

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
Decimal23210911900.530.490.09355.1272.7866.86
HexE86D770353191634943
Octal3501551670656111543111103
Binary11101000110110111101110110101110001100110110001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86D77; }

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

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

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

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

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

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

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

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