#E86571

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

Shades of Froly #E86571

Tints of Froly #E86571

Color information

#E86571 (or 0xE86571) is unknown color: approx Froly. HEX triplet: E8, 65 and 71. RGB value is (232,101,113). Sum of RGB (Red+Green+Blue) = 232+101+113=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E86571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86571 is #179A8E. Grayscale: #8D8D8D. Windows color (decimal): -1546895 or 7431656. OLE color: 7431656.

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

Color convert

RGB232101113-
CMYK00.560.510.09
HSL354.5º74.01%65.29%-
HSV(B)354.5º56.47%90.98%-
XYZ40.9127.6618.8-
YUV141.54111.9192.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.02%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=52.02%
G=22.65%
B=25.34%

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
Decimal23210111300.560.510.09354.574.0165.29
HexE865710383391634a41
Octal3501451610706311543112101
Binary11101000110010111100010111000110011100110110001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86571; }

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

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

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

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

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

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

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

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