#E16679

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

Shades of Froly #E16679

Tints of Froly #E16679

Color information

#E16679 (or 0xE16679) is unknown color: approx Froly. HEX triplet: E1, 66 and 79. RGB value is (225,102,121). Sum of RGB (Red+Green+Blue) = 225+102+121=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E16679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16679 is #1E9986. Grayscale: #8C8C8C. Windows color (decimal): -2005383 or 7956193. OLE color: 7956193.

HSL color Cylindrical-coordinate representation of color #E16679: hue angle of 350.73º 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 #E16679 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225102121-
CMYK00.550.460.12
HSL350.73º67.21%64.12%-
HSV(B)350.73º54.67%88.24%-
XYZ39.2526.8921.21-
YUV140.94116.75187.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=50.22%
G=22.77%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510212100.550.460.12350.7367.2164.12
HexE166790372EC15f4340
Octal3411461710675614537103100
Binary11100001110011011110010110111101110110010101111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16679; }

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

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

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

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

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

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

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

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