#E1757C

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

Shades of Froly #E1757C

Tints of Froly #E1757C

Color information

#E1757C (or 0xE1757C) is unknown color: approx Froly. HEX triplet: E1, 75 and 7C. RGB value is (225,117,124). Sum of RGB (Red+Green+Blue) = 225+117+124=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1757C is #1E8A83. Grayscale: #969696. Windows color (decimal): -2001540 or 8156641. OLE color: 8156641.

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

Color convert

RGB225117124-
CMYK00.480.450.12
HSL356.11º64.29%67.06%-
HSV(B)356.11º48%88.24%-
XYZ41.0530.1922.73-
YUV150.09113.28181.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=48.28%
G=25.11%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511712400.480.450.12356.1164.2967.06
HexE1757C0302DC1644043
Octal3411651740605514544100103
Binary11100001111010111111000110000101101110010110010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1757C; }

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

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

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

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

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

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

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

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