#E26D76

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

Shades of Froly #E26D76

Tints of Froly #E26D76

Color information

#E26D76 (or 0xE26D76) is unknown color: approx Froly. HEX triplet: E2, 6D and 76. RGB value is (226,109,118). Sum of RGB (Red+Green+Blue) = 226+109+118=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D76 is #1D9289. Grayscale: #919191. Windows color (decimal): -1938058 or 7761378. OLE color: 7761378.

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

Color convert

RGB226109118-
CMYK00.520.480.11
HSL355.38º66.86%65.69%-
HSV(B)355.38º51.77%88.63%-
XYZ40.128.4120.51-
YUV145.01112.76185.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=49.89%
G=24.06%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610911800.520.480.11355.3866.8665.69
HexE26D7603430B1634342
Octal3421551660646013543103102
Binary11100010110110111101100110100110000101110110001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26D76; }

 p { color: rgb(226,109,118); }

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

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

 a { background-color: rgb(226,109,118); }

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

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

 span { border-color: rgb(226,109,118); }

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