#E5717C

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

Shades of Froly #E5717C

Tints of Froly #E5717C

Color information

#E5717C (or 0xE5717C) is unknown color: approx Froly. HEX triplet: E5, 71 and 7C. RGB value is (229,113,124). Sum of RGB (Red+Green+Blue) = 229+113+124=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5717C is #1A8E83. Grayscale: #959595. Windows color (decimal): -1740420 or 8155621. OLE color: 8155621.

HSL color Cylindrical-coordinate representation of color #E5717C: hue angle of 354.31º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5717C is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229113124-
CMYK00.510.460.10
HSL354.31º69.05%67.06%-
HSV(B)354.31º50.66%89.8%-
XYZ41.8629.9222.64-
YUV148.94113.93185.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=49.14%
G=24.25%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911312400.510.460.10354.3169.0567.06
HexE5717C0332EA1624543
Octal3451611740635612542105103
Binary11100101111000111111000110011101110101010110001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5717C; }

 p { color: rgb(229,113,124); }

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

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

 a { background-color: rgb(229,113,124); }

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

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

 span { border-color: rgb(229,113,124); }

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