#E16C71

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

Shades of Froly #E16C71

Tints of Froly #E16C71

Color information

#E16C71 (or 0xE16C71) is unknown color: approx Froly. HEX triplet: E1, 6C and 71. RGB value is (225,108,113). Sum of RGB (Red+Green+Blue) = 225+108+113=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C71 is #1E938E. Grayscale: #8F8F8F. Windows color (decimal): -2003855 or 7433441. OLE color: 7433441.

HSL color Cylindrical-coordinate representation of color #E16C71: hue angle of 357.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16C71 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225108113-
CMYK00.520.500.12
HSL357.44º66.1%65.29%-
HSV(B)357.44º52%88.24%-
XYZ39.3927.9218.94-
YUV143.55110.76186.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=50.45%
G=24.22%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510811300.520.500.12357.4466.165.29
HexE16C7103432C1654241
Octal3411541610646214545102101
Binary11100001110110011100010110100110010110010110010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C71; }

 p { color: rgb(225,108,113); }

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

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

 a { background-color: rgb(225,108,113); }

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

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

 span { border-color: rgb(225,108,113); }

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