#E86671

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

Shades of Froly #E86671

Tints of Froly #E86671

Color information

#E86671 (or 0xE86671) is unknown color: approx Froly. HEX triplet: E8, 66 and 71. RGB value is (232,102,113). Sum of RGB (Red+Green+Blue) = 232+102+113=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E86671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86671 is #17998E. Grayscale: #8E8E8E. Windows color (decimal): -1546639 or 7431912. OLE color: 7431912.

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

Color convert

RGB232102113-
CMYK00.560.510.09
HSL354.92º73.86%65.49%-
HSV(B)354.92º56.03%90.98%-
XYZ41.0127.8518.84-
YUV142.12111.57192.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.90%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=51.90%
G=22.82%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210211300.560.510.09354.9273.8665.49
HexE866710383391634a41
Octal3501461610706311543112101
Binary11101000110011011100010111000110011100110110001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86671; }

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

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

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

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

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

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

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

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