#E76C6F

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

Shades of Froly #E76C6F

Tints of Froly #E76C6F

Color information

#E76C6F (or 0xE76C6F) is unknown color: approx Froly. HEX triplet: E7, 6C and 6F. RGB value is (231,108,111). Sum of RGB (Red+Green+Blue) = 231+108+111=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C6F is #189390. Grayscale: #919191. Windows color (decimal): -1610641 or 7302375. OLE color: 7302375.

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

Color convert

RGB231108111-
CMYK00.530.520.09
HSL358.54º71.93%66.47%-
HSV(B)358.54º53.25%90.59%-
XYZ41.1928.8618.44-
YUV145.12108.75189.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.33%
GREEN value IS 108 (42.58% from 255) = 24%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=51.33%
G=24%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110811100.530.520.09358.5471.9366.47
HexE76C6F0353491674842
Octal3471541570656411547110102
Binary11100111110110011011110110101110100100110110011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C6F; }

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

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

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

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

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

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

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

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