#E5717D

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

Shades of Froly #E5717D

Tints of Froly #E5717D

Color information

#E5717D (or 0xE5717D) is unknown color: approx Froly. HEX triplet: E5, 71 and 7D. RGB value is (229,113,125). Sum of RGB (Red+Green+Blue) = 229+113+125=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5717D is #1A8E82. Grayscale: #959595. Windows color (decimal): -1740419 or 8221157. OLE color: 8221157.

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

Color convert

RGB229113125-
CMYK00.510.450.10
HSL353.79º69.05%67.06%-
HSV(B)353.79º50.66%89.8%-
XYZ41.9229.9522.97-
YUV149.05114.43185.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=49.04%
G=24.20%
B=26.77%

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
Decimal22911312500.510.450.10353.7969.0567.06
HexE5717D0332DA1624543
Octal3451611750635512542105103
Binary11100101111000111111010110011101101101010110001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5717D; }

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

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

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

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

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

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

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

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