#E1657D

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

Shades of Froly #E1657D

Tints of Froly #E1657D

Color information

#E1657D (or 0xE1657D) is unknown color: approx Froly. HEX triplet: E1, 65 and 7D. RGB value is (225,101,125). Sum of RGB (Red+Green+Blue) = 225+101+125=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1657D is #1E9A82. Grayscale: #8C8C8C. Windows color (decimal): -2005635 or 8218081. OLE color: 8218081.

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

Color convert

RGB225101125-
CMYK00.550.440.12
HSL348.39º67.39%63.92%-
HSV(B)348.39º55.11%88.24%-
XYZ39.4126.822.5-
YUV140.81119.08188.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=49.89%
G=22.39%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510112500.550.440.12348.3967.3963.92
HexE1657D0372CC15c4340
Octal3411451750675414534103100
Binary11100001110010111111010110111101100110010101110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1657D; }

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

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

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

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

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

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

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

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