#E86B70

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

Shades of Froly #E86B70

Tints of Froly #E86B70

Color information

#E86B70 (or 0xE86B70) is unknown color: approx Froly. HEX triplet: E8, 6B and 70. RGB value is (232,107,112). Sum of RGB (Red+Green+Blue) = 232+107+112=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86B70 is #17948F. Grayscale: #919191. Windows color (decimal): -1545360 or 7367656. OLE color: 7367656.

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

Color convert

RGB232107112-
CMYK00.540.520.09
HSL357.6º73.1%66.47%-
HSV(B)357.6º53.88%90.98%-
XYZ41.4628.8418.71-
YUV144.94109.41190.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.44%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=51.44%
G=23.73%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210711200.540.520.09357.673.166.47
HexE86B700363491664942
Octal3501531600666411546111102
Binary11101000110101111100000110110110100100110110011010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86B70; }

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

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

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

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

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

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

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

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