#E5717F

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

Shades of Froly #E5717F

Tints of Froly #E5717F

Color information

#E5717F (or 0xE5717F) is unknown color: approx Froly. HEX triplet: E5, 71 and 7F. RGB value is (229,113,127). Sum of RGB (Red+Green+Blue) = 229+113+127=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5717F is #1A8E80. Grayscale: #959595. Windows color (decimal): -1740417 or 8352229. OLE color: 8352229.

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

Color convert

RGB229113127-
CMYK00.510.450.10
HSL352.76º69.05%67.06%-
HSV(B)352.76º50.66%89.8%-
XYZ42.053023.65-
YUV149.28115.43184.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.83%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 127 (50% from 255) = 27.08%
R=48.83%
G=24.09%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911312700.510.450.10352.7669.0567.06
HexE5717F0332DA1614543
Octal3451611770635512541105103
Binary11100101111000111111110110011101101101010110000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5717F; }

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

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

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

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

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

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

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

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