#E16671

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

Shades of Froly #E16671

Tints of Froly #E16671

Color information

#E16671 (or 0xE16671) is unknown color: approx Froly. HEX triplet: E1, 66 and 71. RGB value is (225,102,113). Sum of RGB (Red+Green+Blue) = 225+102+113=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E16671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16671 is #1E998E. Grayscale: #8C8C8C. Windows color (decimal): -2005391 or 7431905. OLE color: 7431905.

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

Color convert

RGB225102113-
CMYK00.550.500.12
HSL354.63º67.21%64.12%-
HSV(B)354.63º54.67%88.24%-
XYZ38.7826.718.73-
YUV140.03112.75188.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.14%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=51.14%
G=23.18%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510211300.550.500.12354.6367.2164.12
HexE1667103732C1634340
Octal3411461610676214543103100
Binary11100001110011011100010110111110010110010110001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16671; }

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

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

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

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

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

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

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

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