#E76E7C

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

Shades of Froly #E76E7C

Tints of Froly #E76E7C

Color information

#E76E7C (or 0xE76E7C) is unknown color: approx Froly. HEX triplet: E7, 6E and 7C. RGB value is (231,110,124). Sum of RGB (Red+Green+Blue) = 231+110+124=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E7C is #189183. Grayscale: #939393. Windows color (decimal): -1610116 or 8154855. OLE color: 8154855.

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

Color convert

RGB231110124-
CMYK00.520.460.09
HSL353.06º71.6%66.86%-
HSV(B)353.06º52.38%90.59%-
XYZ42.1729.622.56-
YUV147.78114.59187.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 124 (48.83% from 255) = 26.67%
R=49.68%
G=23.66%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111012400.520.460.09353.0671.666.86
HexE76E7C0342E91614843
Octal3471561740645611541110103
Binary11100111110111011111000110100101110100110110000110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76E7C; }

 p { color: rgb(231,110,124); }

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

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

 a { background-color: rgb(231,110,124); }

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

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

 span { border-color: rgb(231,110,124); }

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