#E1647C

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

Shades of Froly #E1647C

Tints of Froly #E1647C

Color information

#E1647C (or 0xE1647C) is unknown color: approx Froly. HEX triplet: E1, 64 and 7C. RGB value is (225,100,124). Sum of RGB (Red+Green+Blue) = 225+100+124=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1647C is #1E9B83. Grayscale: #8C8C8C. Windows color (decimal): -2005892 or 8152289. OLE color: 8152289.

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

Color convert

RGB225100124-
CMYK00.560.450.12
HSL348.48º67.57%63.73%-
HSV(B)348.48º55.56%88.24%-
XYZ39.2526.5822.13-
YUV140.11118.91188.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=50.11%
G=22.27%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510012400.560.450.12348.4867.5763.73
HexE1647C0382DC15c4440
Octal3411441740705514534104100
Binary11100001110010011111000111000101101110010101110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1647C; }

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

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

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

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

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

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

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

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