#E86062

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

Shades of Froly #E86062

Tints of Froly #E86062

Color information

#E86062 (or 0xE86062) is unknown color: approx Froly. HEX triplet: E8, 60 and 62. RGB value is (232,96,98). Sum of RGB (Red+Green+Blue) = 232+96+98=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E86062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86062 is #179F9D. Grayscale: #898989. Windows color (decimal): -1548190 or 6447336. OLE color: 6447336.

HSL color Cylindrical-coordinate representation of color #E86062: hue angle of 359.12º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E86062 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB2329698-
CMYK00.590.580.09
HSL359.12º74.73%64.31%-
HSV(B)359.12º58.62%90.98%-
XYZ39.6726.414.56-
YUV136.89106.06195.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.46%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 98 (38.67% from 255) = 23.00%
R=54.46%
G=22.54%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232969800.590.580.09359.1274.7364.31
HexE8606203B3A91674b40
Octal3501401420737211547113100
Binary11101000110000011000100111011111010100110110011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86062; }

 p { color: rgb(232,96,98); }

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

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

 a { background-color: rgb(232,96,98); }

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

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

 span { border-color: rgb(232,96,98); }

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