#E76C7F

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

Shades of Froly #E76C7F

Tints of Froly #E76C7F

Color information

#E76C7F (or 0xE76C7F) is unknown color: approx Froly. HEX triplet: E7, 6C and 7F. RGB value is (231,108,127). Sum of RGB (Red+Green+Blue) = 231+108+127=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C7F is #189380. Grayscale: #929292. Windows color (decimal): -1610625 or 8350951. OLE color: 8350951.

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

Color convert

RGB231108127-
CMYK00.530.450.09
HSL350.73º71.93%66.47%-
HSV(B)350.73º53.25%90.59%-
XYZ42.1529.2523.5-
YUV146.94116.75187.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.57%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 127 (50% from 255) = 27.25%
R=49.57%
G=23.18%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110812700.530.450.09350.7371.9366.47
HexE76C7F0352D915f4842
Octal3471541770655511537110102
Binary11100111110110011111110110101101101100110101111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C7F; }

 p { color: rgb(231,108,127); }

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

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

 a { background-color: rgb(231,108,127); }

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

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

 span { border-color: rgb(231,108,127); }

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