#E1657C

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

Shades of Froly #E1657C

Tints of Froly #E1657C

Color information

#E1657C (or 0xE1657C) is unknown color: approx Froly. HEX triplet: E1, 65 and 7C. RGB value is (225,101,124). Sum of RGB (Red+Green+Blue) = 225+101+124=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1657C is #1E9A83. Grayscale: #8C8C8C. Windows color (decimal): -2005636 or 8152545. OLE color: 8152545.

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

Color convert

RGB225101124-
CMYK00.550.450.12
HSL348.87º67.39%63.92%-
HSV(B)348.87º55.11%88.24%-
XYZ39.3426.7722.16-
YUV140.7118.58188.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=50%
G=22.44%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510112400.550.450.12348.8767.3963.92
HexE1657C0372DC15d4340
Octal3411451740675514535103100
Binary11100001110010111111000110111101101110010101110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1657C; }

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

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

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

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

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

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

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

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