#E76C7E

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

Shades of Froly #E76C7E

Tints of Froly #E76C7E

Color information

#E76C7E (or 0xE76C7E) is unknown color: approx Froly. HEX triplet: E7, 6C and 7E. RGB value is (231,108,126). Sum of RGB (Red+Green+Blue) = 231+108+126=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C7E is #189381. Grayscale: #929292. Windows color (decimal): -1610626 or 8285415. OLE color: 8285415.

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

Color convert

RGB231108126-
CMYK00.530.450.09
HSL351.22º71.93%66.47%-
HSV(B)351.22º53.25%90.59%-
XYZ42.0829.2223.16-
YUV146.83116.25188.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=49.68%
G=23.23%
B=27.10%

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
Decimal23110812600.530.450.09351.2271.9366.47
HexE76C7E0352D915f4842
Octal3471541760655511537110102
Binary11100111110110011111100110101101101100110101111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C7E; }

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

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

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

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

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

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

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

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