#E7717D

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

Shades of Froly #E7717D

Tints of Froly #E7717D

Color information

#E7717D (or 0xE7717D) is unknown color: approx Froly. HEX triplet: E7, 71 and 7D. RGB value is (231,113,125). Sum of RGB (Red+Green+Blue) = 231+113+125=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E7717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7717D is #188E82. Grayscale: #959595. Windows color (decimal): -1609347 or 8221159. OLE color: 8221159.

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

Color convert

RGB231113125-
CMYK00.510.460.09
HSL353.9º71.08%67.45%-
HSV(B)353.9º51.08%90.59%-
XYZ42.5630.2823-
YUV149.65114.09186.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.25%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=49.25%
G=24.09%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111312500.510.460.09353.971.0867.45
HexE7717D0332E91624743
Octal3471611750635611542107103
Binary11100111111000111111010110011101110100110110001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7717D; }

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

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

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

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

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

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

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

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