#E7717A

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

Shades of Froly #E7717A

Tints of Froly #E7717A

Color information

#E7717A (or 0xE7717A) is unknown color: approx Froly. HEX triplet: E7, 71 and 7A. RGB value is (231,113,122). Sum of RGB (Red+Green+Blue) = 231+113+122=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E7717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7717A is #188E85. Grayscale: #959595. Windows color (decimal): -1609350 or 8024551. OLE color: 8024551.

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

Color convert

RGB231113122-
CMYK00.510.470.09
HSL355.42º71.08%67.45%-
HSV(B)355.42º51.08%90.59%-
XYZ42.3730.222.01-
YUV149.31112.59186.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.57%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=49.57%
G=24.25%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111312200.510.470.09355.4271.0867.45
HexE7717A0332F91634743
Octal3471611720635711543107103
Binary11100111111000111110100110011101111100110110001110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7717A; }

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

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

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

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

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

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

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

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