#E16E7F

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

Shades of Froly #E16E7F

Tints of Froly #E16E7F

Color information

#E16E7F (or 0xE16E7F) is unknown color: approx Froly. HEX triplet: E1, 6E and 7F. RGB value is (225,110,127). Sum of RGB (Red+Green+Blue) = 225+110+127=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E7F is #1E9180. Grayscale: #929292. Windows color (decimal): -2003329 or 8351457. OLE color: 8351457.

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

Color convert

RGB225110127-
CMYK00.510.440.12
HSL351.13º65.71%65.69%-
HSV(B)351.13º51.11%88.24%-
XYZ40.4628.6923.48-
YUV146.32117.1184.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 127 (50% from 255) = 27.49%
R=48.70%
G=23.81%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511012700.510.440.12351.1365.7165.69
HexE16E7F0332CC15f4242
Octal3411561770635414537102102
Binary11100001110111011111110110011101100110010101111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E7F; }

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

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

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

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

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

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

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

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