#E86D76

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

Shades of Froly #E86D76

Tints of Froly #E86D76

Color information

#E86D76 (or 0xE86D76) is unknown color: approx Froly. HEX triplet: E8, 6D and 76. RGB value is (232,109,118). Sum of RGB (Red+Green+Blue) = 232+109+118=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D76 is #179289. Grayscale: #929292. Windows color (decimal): -1544842 or 7761384. OLE color: 7761384.

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

Color convert

RGB232109118-
CMYK00.530.490.09
HSL355.61º72.78%66.86%-
HSV(B)355.61º53.02%90.98%-
XYZ42.0229.420.6-
YUV146.8111.75188.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.54%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=50.54%
G=23.75%
B=25.71%

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
Decimal23210911800.530.490.09355.6172.7866.86
HexE86D760353191644943
Octal3501551660656111544111103
Binary11101000110110111101100110101110001100110110010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86D76; }

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

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

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

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

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

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

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

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