#E86970

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

Shades of Froly #E86970

Tints of Froly #E86970

Color information

#E86970 (or 0xE86970) is unknown color: approx Froly. HEX triplet: E8, 69 and 70. RGB value is (232,105,112). Sum of RGB (Red+Green+Blue) = 232+105+112=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86970 is #17968F. Grayscale: #8F8F8F. Windows color (decimal): -1545872 or 7367144. OLE color: 7367144.

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

Color convert

RGB232105112-
CMYK00.550.520.09
HSL356.69º73.41%66.08%-
HSV(B)356.69º54.74%90.98%-
XYZ41.2528.4318.64-
YUV143.77110.08190.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.67%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=51.67%
G=23.39%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210511200.550.520.09356.6973.4166.08
HexE869700373491654942
Octal3501511600676411545111102
Binary11101000110100111100000110111110100100110110010110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86970; }

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

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

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

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

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

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

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

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