#E76979

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

Shades of Froly #E76979

Tints of Froly #E76979

Color information

#E76979 (or 0xE76979) is unknown color: approx Froly. HEX triplet: E7, 69 and 79. RGB value is (231,105,121). Sum of RGB (Red+Green+Blue) = 231+105+121=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E76979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76979 is #189686. Grayscale: #909090. Windows color (decimal): -1611399 or 7956967. OLE color: 7956967.

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

Color convert

RGB231105121-
CMYK00.550.480.09
HSL352.38º72.41%65.88%-
HSV(B)352.38º54.55%90.59%-
XYZ41.4628.4721.4-
YUV144.5114.74189.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=50.55%
G=22.98%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110512100.550.480.09352.3872.4165.88
HexE769790373091604842
Octal3471511710676011540110102
Binary11100111110100111110010110111110000100110110000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76979; }

 p { color: rgb(231,105,121); }

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

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

 a { background-color: rgb(231,105,121); }

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

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

 span { border-color: rgb(231,105,121); }

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