#E7757E

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

Shades of Froly #E7757E

Tints of Froly #E7757E

Color information

#E7757E (or 0xE7757E) is unknown color: approx Froly. HEX triplet: E7, 75 and 7E. RGB value is (231,117,126). Sum of RGB (Red+Green+Blue) = 231+117+126=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7757E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7757E is #188A81. Grayscale: #989898. Windows color (decimal): -1608322 or 8287719. OLE color: 8287719.

HSL color Cylindrical-coordinate representation of color #E7757E: hue angle of 355.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7757E is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231117126-
CMYK00.490.450.09
HSL355.26º70.37%68.24%-
HSV(B)355.26º49.35%90.59%-
XYZ43.0831.2223.49-
YUV152.11113.27184.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.73%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=48.73%
G=24.68%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111712600.490.450.09355.2670.3768.24
HexE7757E0312D91634644
Octal3471651760615511543106104
Binary11100111111010111111100110001101101100110110001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7757E; }

 p { color: rgb(231,117,126); }

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

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

 a { background-color: rgb(231,117,126); }

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

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

 span { border-color: rgb(231,117,126); }

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