#E26F79

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

Shades of Froly #E26F79

Tints of Froly #E26F79

Color information

#E26F79 (or 0xE26F79) is unknown color: approx Froly. HEX triplet: E2, 6F and 79. RGB value is (226,111,121). Sum of RGB (Red+Green+Blue) = 226+111+121=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F79 is #1D9086. Grayscale: #929292. Windows color (decimal): -1937543 or 7958498. OLE color: 7958498.

HSL color Cylindrical-coordinate representation of color #E26F79: hue angle of 354.78º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26F79 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226111121-
CMYK00.510.460.11
HSL354.78º66.47%66.08%-
HSV(B)354.78º50.88%88.63%-
XYZ40.528.9221.54-
YUV146.52113.6184.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=49.34%
G=24.24%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611112100.510.460.11354.7866.4766.08
HexE26F790332EB1634242
Octal3421571710635613543102102
Binary11100010110111111110010110011101110101110110001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F79; }

 p { color: rgb(226,111,121); }

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

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

 a { background-color: rgb(226,111,121); }

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

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

 span { border-color: rgb(226,111,121); }

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