#e86b6e

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

Shades of Froly #E86B6E

Tints of Froly #E86B6E

Color information

#E86B6E (or 0xE86B6E) is unknown color: approx Froly. HEX triplet: E8, 6B and 6E. RGB value is (232,107,110). Sum of RGB (Red+Green+Blue) = 232+107+110=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86B6E is #179491. Grayscale: #909090. Windows color (decimal): -1545362 or 7236584. OLE color: 7236584.

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

Color convert

RGB232107110-
CMYK00.540.530.09
HSL358.56º73.1%66.47%-
HSV(B)358.56º53.88%90.98%-
XYZ41.3528.818.13-
YUV144.72108.41190.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.67%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=51.67%
G=23.83%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210711000.540.530.09358.5673.166.47
HexE86B6E0363591674942
Octal3501531560666511547111102
Binary11101000110101111011100110110110101100110110011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86b6e; }

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

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

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

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

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

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

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

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