#E86162

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

Shades of Froly #E86162

Tints of Froly #E86162

Color information

#E86162 (or 0xE86162) is unknown color: approx Froly. HEX triplet: E8, 61 and 62. RGB value is (232,97,98). Sum of RGB (Red+Green+Blue) = 232+97+98=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E86162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86162 is #179E9D. Grayscale: #898989. Windows color (decimal): -1547934 or 6447592. OLE color: 6447592.

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

Color convert

RGB2329798-
CMYK00.580.580.09
HSL359.56º74.59%64.51%-
HSV(B)359.56º58.19%90.98%-
XYZ39.7626.5914.59-
YUV137.48105.73195.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.33%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=54.33%
G=22.72%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232979800.580.580.09359.5674.5964.51
HexE8616203A3A91684b41
Octal3501411420727211550113101
Binary11101000110000111000100111010111010100110110100010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86162; }

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

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

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

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

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

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

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

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