#E16E7C

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

Shades of Froly #E16E7C

Tints of Froly #E16E7C

Color information

#E16E7C (or 0xE16E7C) is unknown color: approx Froly. HEX triplet: E1, 6E and 7C. RGB value is (225,110,124). Sum of RGB (Red+Green+Blue) = 225+110+124=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E7C is #1E9183. Grayscale: #929292. Windows color (decimal): -2003332 or 8154849. OLE color: 8154849.

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

Color convert

RGB225110124-
CMYK00.510.450.12
HSL352.7º65.71%65.69%-
HSV(B)352.7º51.11%88.24%-
XYZ40.2728.6122.47-
YUV145.98115.6184.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=49.02%
G=23.97%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511012400.510.450.12352.765.7165.69
HexE16E7C0332DC1614242
Octal3411561740635514541102102
Binary11100001110111011111000110011101101110010110000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E7C; }

 p { color: rgb(225,110,124); }

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

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

 a { background-color: rgb(225,110,124); }

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

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

 span { border-color: rgb(225,110,124); }

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