#E86675

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

Shades of Froly #E86675

Tints of Froly #E86675

Color information

#E86675 (or 0xE86675) is unknown color: approx Froly. HEX triplet: E8, 66 and 75. RGB value is (232,102,117). Sum of RGB (Red+Green+Blue) = 232+102+117=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E86675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86675 is #17998A. Grayscale: #8E8E8E. Windows color (decimal): -1546635 or 7694056. OLE color: 7694056.

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

Color convert

RGB232102117-
CMYK00.560.500.09
HSL353.08º73.86%65.49%-
HSV(B)353.08º56.03%90.98%-
XYZ41.2427.9420.05-
YUV142.58113.57191.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.44%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=51.44%
G=22.62%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210211700.560.500.09353.0873.8665.49
HexE866750383291614a41
Octal3501461650706211541112101
Binary11101000110011011101010111000110010100110110000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86675; }

 p { color: rgb(232,102,117); }

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

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

 a { background-color: rgb(232,102,117); }

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

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

 span { border-color: rgb(232,102,117); }

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