#E76A76

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

Shades of Froly #E76A76

Tints of Froly #E76A76

Color information

#E76A76 (or 0xE76A76) is unknown color: approx Froly. HEX triplet: E7, 6A and 76. RGB value is (231,106,118). Sum of RGB (Red+Green+Blue) = 231+106+118=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A76 is #189589. Grayscale: #909090. Windows color (decimal): -1611146 or 7760615. OLE color: 7760615.

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

Color convert

RGB231106118-
CMYK00.540.490.09
HSL354.24º72.25%66.08%-
HSV(B)354.24º54.11%90.59%-
XYZ41.3828.620.48-
YUV144.74112.91189.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.77%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=50.77%
G=23.30%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110611800.540.490.09354.2472.2566.08
HexE76A760363191624842
Octal3471521660666111542110102
Binary11100111110101011101100110110110001100110110001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76A76; }

 p { color: rgb(231,106,118); }

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

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

 a { background-color: rgb(231,106,118); }

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

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

 span { border-color: rgb(231,106,118); }

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