#E86B73

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

Shades of Froly #E86B73

Tints of Froly #E86B73

Color information

#E86B73 (or 0xE86B73) is unknown color: approx Froly. HEX triplet: E8, 6B and 73. RGB value is (232,107,115). Sum of RGB (Red+Green+Blue) = 232+107+115=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86B73 is #17948C. Grayscale: #919191. Windows color (decimal): -1545357 or 7564264. OLE color: 7564264.

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

Color convert

RGB232107115-
CMYK00.540.500.09
HSL356.16º73.1%66.47%-
HSV(B)356.16º53.88%90.98%-
XYZ41.6328.9119.61-
YUV145.29110.91189.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.10%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 115 (45.31% from 255) = 25.33%
R=51.10%
G=23.57%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210711500.540.500.09356.1673.166.47
HexE86B730363291644942
Octal3501531630666211544111102
Binary11101000110101111100110110110110010100110110010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86B73; }

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

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

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

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

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

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

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

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